From ad98719ba260caa602aa38522ce06f85bb621f1b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 10 Jun 2009 12:47:19 +0000 Subject: Fix documentation for debugC and debugCN, relying on special debug levels. svn-id: r41425 --- common/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/debug.h b/common/debug.h index 888c71adbb..95779af617 100644 --- a/common/debug.h +++ b/common/debug.h @@ -137,7 +137,7 @@ void debugN(int level, const char *s, ...) GCC_PRINTF(2, 3); /** * Print a debug message to the text console (stdout), but only if - * the specified level does not exceed the value of gDebugLevel OR + * the specified level does not exceed the value of gDebugLevel AND * if the specified special debug level is active. * As a rule of thumb, the more important the message, the lower the level. * Automatically appends a newline. @@ -148,7 +148,7 @@ void debugC(int level, uint32 debugChannels, const char *s, ...) GCC_PRINTF(3, 4 /** * Print a debug message to the text console (stdout), but only if - * the specified level does not exceed the value of gDebugLevel OR + * the specified level does not exceed the value of gDebugLevel AND * if the specified special debug level is active. * As a rule of thumb, the more important the message, the lower the level. * Does not append a newline automatically. -- cgit v1.2.3