1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Fix compile error due to auth error type change

This commit is contained in:
NG (Graham)
2025-07-27 20:28:48 -04:00
parent 233f6d3ad5
commit fd1620b929

View File

@@ -23,7 +23,7 @@ impl User {
true
},
Err(e) => {
log::error!("Failed to authenticate {}: {}", info.player_name.0, e);
log::error!("Failed to authenticate {}: {}", info.player_name.0, e.message);
false
}
}