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... ============================================================================== --- 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; }