mirror of
https://github.com/beerpiss/saekawa.git
synced 2024-11-27 17:00:50 +01:00
log
This commit is contained in:
parent
fe3807da7f
commit
cd7a966d7d
@ -397,7 +397,7 @@ fn setup_network_encryption(info: &GameInformation) -> Result<(), HookError> {
|
||||
let hashed_endpoint = hash_endpoint(endpoint_password, &keys.salt, keys.iterations);
|
||||
|
||||
debug!(
|
||||
"Hashed {endpoint_password} with {:#?} to {hashed_endpoint}",
|
||||
"Hashed {endpoint_password} with {:x?} to {hashed_endpoint}",
|
||||
keys.salt
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user