Mailing List Archive

cvs commit: apache-1.3/src/main buff.c
brian 98/05/08 15:54:52

Modified: src/main buff.c
Log:
PR: 2207

Marc's suggestion that we move this to debug, which I agree with.

Revision Changes Path
1.75 +1 -1 apache-1.3/src/main/buff.c

Index: buff.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/main/buff.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- buff.c 1998/04/27 06:59:35 1.74
+++ buff.c 1998/05/08 22:54:52 1.75
@@ -168,7 +168,7 @@
if (rv == SOCKET_ERROR) {
err = WSAGetLastError();
if(err == WSAEWOULDBLOCK) {
- ap_log_error(APLOG_MARK,APLOG_WARNING,NULL,
+ ap_log_error(APLOG_MARK,APLOG_DEBUG,NULL,
"select claimed we could write, but in fact we couldn't. This is a bug in Windows.");
retry=1;
Sleep(100);