You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2006/06/30 15:42:55 UTC

svn commit: r418275 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/stdio.c

Author: dlydick
Date: Fri Jun 30 06:42:55 2006
New Revision: 418275

URL: http://svn.apache.org/viewvc?rev=418275&view=rev
Log:
Use DBGMSG_PRINT() macro instead of explicit debug level test.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/stdio.c

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/stdio.c
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/stdio.c?rev=418275&r1=418274&r2=418275&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/stdio.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/stdio.c Fri Jun 30 06:42:55 2006
@@ -112,7 +112,7 @@
         return(0);
     }
 
-    if (jvmutil_get_dml() < dml)
+    if (!(DBGMSG_PRINT(dml)))
     {
         return(0);
     }