From 073e0eb3c9148d6dd8b2c9ce788843b8180351cb 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. --- rail_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rail_cmd.c') diff --git a/rail_cmd.c b/rail_cmd.c index 19af91a9b..d1f7ead8a 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -1665,7 +1665,7 @@ make_red: ssd->next_dir[ssd->cur_stack] = _dir_from_track[ssd->bit[i]]; ssd->cur_stack++; } else { - DEBUG(misc, 0) ("NUM_SSD_STACK too small"); /// @todo WTF is this??? + DEBUG(misc, 0, "NUM_SSD_STACK too small"); /// @todo WTF is this??? } } -- cgit v1.2.3-54-g00ecf