Author: spetreolle
Date: Sun Nov 17 14:21:08 2013
New Revision: 61016
URL:
http://svn.reactos.org/svn/reactos?rev=61016&view=rev
Log:
[OOPS]
Arch, when you fix a DPRINT, don't turn it into DPRINT1.
Modified:
trunk/reactos/lib/rtl/res.c
Modified: trunk/reactos/lib/rtl/res.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/res.c?rev=61016&am…
==============================================================================
--- trunk/reactos/lib/rtl/res.c [iso-8859-1] (original)
+++ trunk/reactos/lib/rtl/res.c [iso-8859-1] Sun Nov 17 14:21:08 2013
@@ -218,7 +218,7 @@
{
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 );