randy 97/08/27 08:49:14
Modified: src/main http_log.c
Log:
Revision Changes Path
1.28 +1 -0 apachen/src/main/http_log.c
Index: http_log.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_log.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- http_log.c 1997/08/27 14:22:07 1.27
+++ http_log.c 1997/08/27 15:49:13 1.28
@@ -246,6 +246,7 @@
if (s->error_log) {
fprintf(s->error_log, "[%s] %s", get_time(), errstr);
vfprintf(s->error_log, fmt, args);
+ fprintf(s->error_log, "\n");
fflush(s->error_log);
}
#ifdef HAVE_SYSLOG