Amendment to r44518: changing a debug print in LdrpGetOrLoadModule wasn't part of the plan

svn path=/trunk/; revision=44519
This commit is contained in:
Gregor Schneider 2009-12-10 11:07:23 +00:00
parent dba413c7b7
commit e60dc4ed94

View file

@ -1494,7 +1494,7 @@ LdrpGetOrLoadModule(PWCHAR SearchPath,
UNICODE_STRING DllName;
NTSTATUS Status;
DPRINT1("LdrpGetOrLoadModule() called for %s\n", Name);
DPRINT("LdrpGetOrLoadModule() called for %s\n", Name);
RtlInitAnsiString(&AnsiDllName, Name);
Status = RtlAnsiStringToUnicodeString(&DllName, &AnsiDllName, TRUE);