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

@ -17,7 +17,7 @@ pub const PLAYER_REGISTERED: &'static str =
pub const INVALID_PLAYER_NAME: &'static str =
"se.cygni.snake.api.exception.InvalidPlayerName";
pub const HEART_BEAT_RESPONSE: &'static str =
"se.cygni.snake.api.request.HeartBeatResponse";
"se.cygni.snake.api.response.HeartBeatResponse";
pub const GAME_LINK_EVENT: &'static str =
"se.cygni.snake.api.event.GameLinkEvent";