From 45efecf8e0f2b6623fd344cdf84b41df11a9d56f Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 21 Feb 2011 09:12:43 +0000 Subject: [PATCH] [RTL] - Silence this dprint. It's flooding the debug log. svn path=/trunk/; revision=50854 --- reactos/lib/rtl/unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/rtl/unicode.c b/reactos/lib/rtl/unicode.c index 619bba633a8..e49896efa4e 100644 --- a/reactos/lib/rtl/unicode.c +++ b/reactos/lib/rtl/unicode.c @@ -47,7 +47,7 @@ RtlAnsiCharToUnicodeChar(IN OUT PUCHAR *AnsiChar) } 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; }