mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
%wZ req. PUNICODE_STRING instead of UNICODE_STRING
svn path=/trunk/; revision=31318
This commit is contained in:
parent
0aae9ce9f5
commit
f576aa4a67
1 changed files with 1 additions and 1 deletions
|
@ -967,7 +967,7 @@ IopUnloadDriver(PUNICODE_STRING DriverServiceName, BOOLEAN UnloadPnpDrivers)
|
|||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Can't locate driver object for %wZ\n", ObjectName);
|
||||
DPRINT1("Can't locate driver object for %wZ\n", &ObjectName);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue