mirror of
https://github.com/beerpiss/saekawa.git
synced 2025-02-25 21:58:27 +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);
|
let hashed_endpoint = hash_endpoint(endpoint_password, &keys.salt, keys.iterations);
|
||||||
|
|
||||||
debug!(
|
debug!(
|
||||||
"Hashed {endpoint_password} with {:#?} to {hashed_endpoint}",
|
"Hashed {endpoint_password} with {:x?} to {hashed_endpoint}",
|
||||||
keys.salt
|
keys.salt
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user