From b3c954ed831fe65bc64b78d5c8a9095f6c97024a Mon Sep 17 00:00:00 2001 From: The Dax Date: Wed, 2 Jul 2025 22:24:13 -0400 Subject: [PATCH] Fix error string --- src/bin/kawari-lobby.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/kawari-lobby.rs b/src/bin/kawari-lobby.rs index 85e72e0..dc75ad9 100644 --- a/src/bin/kawari-lobby.rs +++ b/src/bin/kawari-lobby.rs @@ -61,7 +61,7 @@ fn do_game_version_check(client_version_str: &str) -> bool { } Err(err) => { tracing::error!( - "Game's version string is malformed, unable to parse executable length field! Rejecting session! Got {}, further info: {}", + "Client's version string is malformed, unable to parse executable length field! Rejecting session! Got {}, further info: {}", exe_parts[1], err );