mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Shut up a debug message
svn path=/trunk/; revision=21877
This commit is contained in:
@@ -430,7 +430,7 @@ NpfsRead(IN PDEVICE_OBJECT DeviceObject,
|
||||
{
|
||||
/* Wait for ReadEvent to become signaled */
|
||||
|
||||
DPRINT1("Waiting for readable data (%wZ)\n", &Ccb->Pipe->PipeName);
|
||||
DPRINT("Waiting for readable data (%wZ)\n", &Ccb->Pipe->PipeName);
|
||||
Status = KeWaitForSingleObject(&Ccb->ReadEvent,
|
||||
UserRequest,
|
||||
KernelMode,
|
||||
|
||||
Reference in New Issue
Block a user