marc 98/10/22 17:34:21
Modified: src/main http_log.c
Log:
apache --> Apache in log message.
Revision Changes Path
1.73 +1 -1 apache-1.3/src/main/http_log.c
Index: http_log.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/main/http_log.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- http_log.c 1998/10/03 14:28:55 1.72
+++ http_log.c 1998/10/23 00:34:20 1.73
@@ -481,7 +481,7 @@
*/
ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_WARNING, NULL,
ap_psprintf(p,
- "pid file %s overwritten -- Unclean shutdown of
previous apache run?",
+ "pid file %s overwritten -- Unclean shutdown of
previous Apache run?",
fname)
);
}