diff options
| -rw-r--r-- | wwb/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wwb/src/main.rs b/wwb/src/main.rs index 68257f5..5ca78b4 100644 --- a/wwb/src/main.rs +++ b/wwb/src/main.rs @@ -158,7 +158,7 @@ fn game_loop(game: &mut Game, path: &str, do_save: &AtomicBool) { log::debug!( "Player {} rolled a non-5 after rolling a 5 on turn {} and goes back to Start", current_player_number, - game.turn_count + number_to_pretty_string(game.turn_count) ); current_space = 0; } |
