diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -1458,7 +1458,7 @@ static void _SetGeneratingWorldProgress( /* Never show steps smaller than 2%, even if it is a mod 5% */ if (_gws.percent <= last_percent + 2) return; - DEBUG(net, 3, "Map generation percentage complete: %d", _gws.percent); + Debug(net, 3, "Map generation percentage complete: {}", _gws.percent); last_percent = _gws.percent; return;