Author: mjmartin Date: Mon Jan 5 05:52:44 2009 New Revision: 38577
URL: http://svn.reactos.org/svn/reactos?rev=38577&view=rev Log: - Change and silence a debug message that made it look like npfsRead had a problem.
Modified: trunk/reactos/drivers/filesystems/npfs/rw.c
Modified: trunk/reactos/drivers/filesystems/npfs/rw.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/npfs/rw... ============================================================================== --- trunk/reactos/drivers/filesystems/npfs/rw.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/npfs/rw.c [iso-8859-1] Mon Jan 5 05:52:44 2009 @@ -326,7 +326,7 @@ { /* Its ok if the other side has been Disconnect, but if we have data still in the buffer , need to still be able to read it. Currently this is a HAXXXX */ - DPRINT1("Pipe is NO longer connected and no data exist in buffer!\n"); + DPRINT("Pipe no longer connected and no data exist in buffer. Ok to close pipe\n"); if (Ccb->PipeState == FILE_PIPE_LISTENING_STATE) Status = STATUS_PIPE_LISTENING; else if (Ccb->PipeState == FILE_PIPE_DISCONNECTED_STATE)