[ds6-devel] nc6/src readwrite.c,1.25,1.26
chris at deepspace6.net
chris@deepspace6.net
Fri Jan 3 10:34:08 CET 2003
Update of /cvs/nc6/src
Modified Files:
readwrite.c
Log Message:
Made log message a bit more obvious
Index: readwrite.c
===================================================================
RCS file: /cvs/nc6/src/readwrite.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- readwrite.c 3 Jan 2003 00:14:39 -0000 1.25
+++ readwrite.c 3 Jan 2003 10:34:06 -0000 1.26
@@ -158,7 +158,7 @@
} else if (rr == 0) {
#ifndef NDEBUG
if (very_verbose_mode == TRUE) {
- warn("closing read of %s",
+ warn("read eof from %s",
ios_name(ios1));
warn("closing write of %s",
ios_name(ios2));
@@ -187,7 +187,7 @@
} else if (rr == 0) {
#ifndef NDEBUG
if (very_verbose_mode == TRUE) {
- warn("closing read of %s",
+ warn("read eof from %s",
ios_name(ios2));
warn("closing write of %s",
ios_name(ios1));
More information about the ds6-devel
mailing list