From 562694824004ed6209d67b007a600a4e28f6d75c Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 3 Oct 2003 13:37:53 +0000 Subject: [PATCH] Fixed DPRINT in IopInvalidateDeviceRelations. svn path=/trunk/; revision=6216 --- 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 17d82d9ab1f..9aad6342c76 100644 --- a/reactos/ntoskrnl/io/pnpmgr.c +++ b/reactos/ntoskrnl/io/pnpmgr.c @@ -1,4 +1,4 @@ -/* $Id: pnpmgr.c,v 1.18 2003/09/30 15:46:59 navaraf Exp $ +/* $Id: pnpmgr.c,v 1.19 2003/10/03 13:37:53 navaraf Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -1074,7 +1074,7 @@ IopInvalidateDeviceRelations( NTSTATUS Status; ULONG i; - DPRINT("DeviceNode %x Pdo %x\n", DeviceNode, Pdo); + DPRINT("DeviceNode %x\n", DeviceNode); DPRINT("Sending IRP_MN_QUERY_DEVICE_RELATIONS to device stack\n");