From cd7a966d7d370cc20f94ba3b8a2becfbf4f6b4ec Mon Sep 17 00:00:00 2001 From: beerpiss Date: Thu, 27 Jun 2024 09:54:55 +0700 Subject: [PATCH] log --- src/saekawa.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saekawa.rs b/src/saekawa.rs index 4f9dea2..1861d7c 100644 --- a/src/saekawa.rs +++ b/src/saekawa.rs @@ -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 );