[Scummvm-cvs-logs] SF.net SVN: scummvm:[41425] scummvm/trunk/common/debug.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Jun 10 14:47:19 CEST 2009


Revision: 41425
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41425&view=rev
Author:   lordhoto
Date:     2009-06-10 12:47:19 +0000 (Wed, 10 Jun 2009)

Log Message:
-----------
Fix documentation for debugC and debugCN, relying on special debug levels.

Modified Paths:
--------------
    scummvm/trunk/common/debug.h

Modified: scummvm/trunk/common/debug.h
===================================================================
--- scummvm/trunk/common/debug.h	2009-06-10 12:16:30 UTC (rev 41424)
+++ scummvm/trunk/common/debug.h	2009-06-10 12:47:19 UTC (rev 41425)
@@ -137,7 +137,7 @@
 
 /**
  * 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 @@
 
 /**
  * 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.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list