[ros-diffs] [mjmartin] 38577: - Change and silence a debug message that made it look like npfsRead had a problem.

mjmartin at svn.reactos.org mjmartin at svn.reactos.org
Mon Jan 5 12:52:45 CET 2009


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.c?rev=38577&r1=38576&r2=38577&view=diff
==============================================================================
--- 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)



More information about the Ros-diffs mailing list