mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
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:
parent
dba413c7b7
commit
e60dc4ed94
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue