r344 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 23 02:33:02 EDT 2007


Author: icculus
Date: 2007-09-23 02:33:02 -0400 (Sun, 23 Sep 2007)
New Revision: 344

Modified:
   trunk/universal.h
Log:
Removed stdio from STUBBED macro.


Modified: trunk/universal.h
===================================================================
--- trunk/universal.h	2007-09-23 06:23:08 UTC (rev 343)
+++ trunk/universal.h	2007-09-23 06:33:02 UTC (rev 344)
@@ -317,7 +317,7 @@
     if (!seen_this) \
     { \
         seen_this = true; \
-        fprintf(stderr, "STUBBED: %s at %s (%s:%d)\n", x, __FUNCTION__, \
+        logDebug("STUBBED: %s at %s (%s:%d)\n", x, __FUNCTION__, \
                 __FILE__, __LINE__); \
     } \
 } while (false)




More information about the mojosetup-commits mailing list