dgaudet 99/03/11 08:52:39
Modified: src/main http_log.c
Log:
remove the extra "httpd: " logged for each error message
Reviewed by: Marc Slemko, Ralf S. Engelschall
Revision Changes Path
1.76 +1 -2 apache-1.3/src/main/http_log.c
Index: http_log.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_log.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- http_log.c 1999/01/01 19:04:48 1.75
+++ http_log.c 1999/03/11 16:52:38 1.76
@@ -322,8 +322,7 @@
}
if (logf) {
- len = ap_snprintf(errstr, sizeof(errstr), "%s: [%s] ",
- ap_server_argv0, ap_get_time());
+ len = ap_snprintf(errstr, sizeof(errstr), "[%s] ", ap_get_time());
} else {
len = 0;
}