[OOPS]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Sun, 17 Nov 2013 14:21:08 +0000 (14:21 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Sun, 17 Nov 2013 14:21:08 +0000 (14:21 +0000)
Arch, when you fix a DPRINT, don't turn it into DPRINT1.

svn path=/trunk/; revision=61016

reactos/lib/rtl/res.c

index 7950e25..5a785fd 100644 (file)
@@ -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 );