From fe4b6f1d93e403a08366202370334a6d0a82a18d Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sun, 17 Nov 2013 14:21:08 +0000 Subject: [PATCH] [OOPS] Arch, when you fix a DPRINT, don't turn it into DPRINT1. svn path=/trunk/; revision=61016 --- reactos/lib/rtl/res.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/rtl/res.c b/reactos/lib/rtl/res.c index 7950e250288..5a785fd6b92 100644 --- a/reactos/lib/rtl/res.c +++ b/reactos/lib/rtl/res.c @@ -218,7 +218,7 @@ LdrFindResource_U(PVOID BaseAddress, { if (ResourceInfo) { - DPRINT1( "module %p type %lx name %lx lang %04lx level %lu\n", + DPRINT( "module %p type %lx name %lx lang %04lx level %lu\n", BaseAddress, ResourceInfo->Type, Level > 1 ? ResourceInfo->Name : 0, Level > 2 ? ResourceInfo->Language : 0, Level );