diff --git a/rc_multiplayer/src/user.rs b/rc_multiplayer/src/user.rs index 6a69b6b..231a1d8 100644 --- a/rc_multiplayer/src/user.rs +++ b/rc_multiplayer/src/user.rs @@ -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 } }