mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
Fix a debug message
svn path=/trunk/; revision=11380
This commit is contained in:
parent
0214f20262
commit
ca8388ad0c
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: pnpmgr.c,v 1.41 2004/10/22 11:00:41 ekohl Exp $
|
/* $Id: pnpmgr.c,v 1.42 2004/10/22 18:34:11 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -1193,7 +1193,7 @@ IopActionInterrogateDeviceStack(
|
||||||
&Stack);
|
&Stack);
|
||||||
if (NT_SUCCESS(Status))
|
if (NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT("LocationInformation: %wZ\n", &DeviceNode->DeviceTextLocation);
|
DPRINT("LocationInformation: %S\n", (PWSTR)IoStatusBlock.Information);
|
||||||
RtlInitUnicodeString(&ValueName,
|
RtlInitUnicodeString(&ValueName,
|
||||||
L"LocationInformation");
|
L"LocationInformation");
|
||||||
Status = NtSetValueKey(InstanceKey,
|
Status = NtSetValueKey(InstanceKey,
|
||||||
|
|
Loading…
Reference in a new issue