Arch, when you fix a DPRINT, don't turn it into DPRINT1.

svn path=/trunk/; revision=61016
This commit is contained in:
Sylvain Petreolle 2013-11-17 14:21:08 +00:00
parent 3755f648f7
commit fe4b6f1d93

View 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 );