coar 97/09/12 14:48:39
Modified: src/main http_main.c Log: It's not nice to line-break a quoted string in the middle.. Revision Changes Path 1.221 +2 -2 apachen/src/main/http_main.c Index: http_main.c =================================================================== RCS file: /export/home/cvs/apachen/src/main/http_main.c,v retrieving revision 1.220 retrieving revision 1.221 diff -u -r1.220 -r1.221 --- http_main.c 1997/09/12 21:40:09 1.220 +++ http_main.c 1997/09/12 21:48:36 1.221 @@ -1126,8 +1126,8 @@ if (rc == -1) { /* XXX: uhh this could be really bad, we could have a bad file * descriptor due to a bug in one of the maintenance routines */ - log_unixerr ("probe_writable_fds", "select", "could not probe - writable fds", server_conf); + log_unixerr ("probe_writable_fds", "select", + "could not probe writable fds", server_conf); return; } if (rc == 0) return;