mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-10 07:57:46 +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) => {
|
Err(err) => {
|
||||||
tracing::error!(
|
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],
|
exe_parts[1],
|
||||||
err
|
err
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue