From 04628a1979f0ab8df4e78c0a57ca0d73381846be Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 26 Dec 2006 17:36:18 +0000 Subject: (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to use in debug.h. grfmsg() is now used as a specific debug-function for grf. --- genworld_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'genworld_gui.c') diff --git a/genworld_gui.c b/genworld_gui.c index 7b597bd57..260e133a3 100644 --- a/genworld_gui.c +++ b/genworld_gui.c @@ -844,7 +844,7 @@ static void _SetGeneratingWorldProgress(gwp_class class, uint progress, uint tot /* Never show steps smaller then 2%, even if it is a mod 5% */ if (_tp.percent <= last_percent + 2) return; - DEBUG(net, 1)("Percent complete: %d", _tp.percent); + DEBUG(net, 1, "Map generation percentage complete: %d", _tp.percent); last_percent = _tp.percent; /* Don't continue as dedicated never has a thread running */ -- cgit v1.2.3-54-g00ecf