APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/03/30 20:49:07 $]
+Last modified at [$Date: 2004/03/30 20:53:05 $]
Release:
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/logresolve.c?r1=1.22&r2=1.23
+1: trawick, stoddard, nd
- * Don't include newlines in strings passed to ap_log_error.
- http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/main.c?r1=1.155&r2=1.156
- +1: trawick, geoff, nd
-
CURRENT RELEASE NOTES:
* Backwards compatibility is expected of future Apache 2.0 releases,
server_conf = ap_read_config(process, ptemp, confname, &ap_conftree);
if (ap_run_pre_config(pconf, plog, ptemp) != OK) {
ap_log_error(APLOG_MARK, APLOG_STARTUP |APLOG_ERR, 0,
- NULL, "Pre-configuration failed\n");
+ NULL, "Pre-configuration failed");
destroy_and_exit_process(process, 1);
}
server_conf = ap_read_config(process, ptemp, confname, &ap_conftree);
if (ap_run_pre_config(pconf, plog, ptemp) != OK) {
ap_log_error(APLOG_MARK, APLOG_STARTUP |APLOG_ERR,
- 0, NULL, "Pre-configuration failed\n");
+ 0, NULL, "Pre-configuration failed");
destroy_and_exit_process(process, 1);
}