This commit is contained in:
beerpiss 2024-06-27 09:54:55 +07:00
parent fe3807da7f
commit cd7a966d7d

View File

@ -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
);