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:
parent
d011f11e54
commit
b3c954ed83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue