1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-09 15:37:45 +00:00

Fix error string

This commit is contained in:
The Dax 2025-07-02 22:24:13 -04:00 committed by Joshua Goins
parent d011f11e54
commit b3c954ed83

View file

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