From ca8388ad0c957bcb5381eaa296c8986381ff66fc Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 22 Oct 2004 18:34:11 +0000 Subject: [PATCH] Fix a debug message svn path=/trunk/; revision=11380 --- reactos/ntoskrnl/io/pnpmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/io/pnpmgr.c b/reactos/ntoskrnl/io/pnpmgr.c index 9f2e22117f3..c1fca7e8f8e 100644 --- a/reactos/ntoskrnl/io/pnpmgr.c +++ b/reactos/ntoskrnl/io/pnpmgr.c @@ -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 * PROJECT: ReactOS kernel @@ -1193,7 +1193,7 @@ IopActionInterrogateDeviceStack( &Stack); if (NT_SUCCESS(Status)) { - DPRINT("LocationInformation: %wZ\n", &DeviceNode->DeviceTextLocation); + DPRINT("LocationInformation: %S\n", (PWSTR)IoStatusBlock.Information); RtlInitUnicodeString(&ValueName, L"LocationInformation"); Status = NtSetValueKey(InstanceKey,