From 7d5053d3db9af8d9df81485166c894ad7c2ce3b0 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 12 Nov 2025 11:28:23 -0600 Subject: Fix a missing pretty string --- wwb/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3