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