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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user