Sort out some logging problems

This commit is contained in:
Martin Barksten
2016-09-20 19:02:02 +02:00
parent 5b65df2596
commit 4c83cc4b4a
5 changed files with 9 additions and 21 deletions

View File

@ -111,7 +111,7 @@ fn route_msg(client: &mut Client, str_msg: &String) -> Result<(), ClientError> {
info!(target: LOG_TARGET, "Watch game at {}", msg.url);
},
Inbound::UnrecognizedMessage => {
error!(target: LOG_TARGET, "Received unrecognized message {:?}", str_msg);
}
};