mirror of
https://github.com/reactos/reactos.git
synced 2025-07-26 23:33:50 +00:00
[OOPS]
Arch, when you fix a DPRINT, don't turn it into DPRINT1. svn path=/trunk/; revision=61016
This commit is contained in:
parent
3755f648f7
commit
fe4b6f1d93
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ LdrFindResource_U(PVOID BaseAddress,
|
||||||
{
|
{
|
||||||
if (ResourceInfo)
|
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,
|
BaseAddress, ResourceInfo->Type,
|
||||||
Level > 1 ? ResourceInfo->Name : 0,
|
Level > 1 ? ResourceInfo->Name : 0,
|
||||||
Level > 2 ? ResourceInfo->Language : 0, Level );
|
Level > 2 ? ResourceInfo->Language : 0, Level );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue