[ros-diffs] [akhaldi] 50854: [RTL] - Silence this dprint. It's flooding the debug log.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Mon Feb 21 09:12:44 UTC 2011


Author: akhaldi
Date: Mon Feb 21 09:12:43 2011
New Revision: 50854

URL: http://svn.reactos.org/svn/reactos?rev=50854&view=rev
Log:
[RTL]
- Silence this dprint. It's flooding the debug log.

Modified:
    trunk/reactos/lib/rtl/unicode.c

Modified: trunk/reactos/lib/rtl/unicode.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/unicode.c?rev=50854&r1=50853&r2=50854&view=diff
==============================================================================
--- trunk/reactos/lib/rtl/unicode.c [iso-8859-1] (original)
+++ trunk/reactos/lib/rtl/unicode.c [iso-8859-1] Mon Feb 21 09:12:43 2011
@@ -47,7 +47,7 @@
     }
     else
     {
-        DPRINT1("HACK::Shouldn't have happened! Consider fixing Usetup and registry entries it creates on install\n");
+        DPRINT("HACK::Shouldn't have happened! Consider fixing Usetup and registry entries it creates on install\n");
         Size = 1;
     }
 




More information about the Ros-diffs mailing list