APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/06/23 13:07:19 $]
+Last modified at [$Date: 2003/06/23 13:15:20 $]
Release:
modules/dav/main/mod_dav.h 1.67
+1: striker, gstein
- * winnt MPM: fix some invalid ap_log_error() invocations
- server/mpm/winnt/child.c 1.15
- +1: trawick, wrowe, brianp, stoddard
-
* handle switching between libtools and unwritable ltconfig/ltmain.sh
buildconf 1.36, 1.37
build/.cvsignore 1.4
ap_log_error(APLOG_MARK, APLOG_CRIT, apr_get_os_error(), ap_server_conf,
"Child %d: _beginthreadex failed. Unable to create all worker threads. "
"Created %d of the %d threads requested with the ThreadsPerChild configuration directive.",
- threads_created, ap_threads_per_child);
+ my_pid, threads_created, ap_threads_per_child);
ap_signal_parent(SIGNAL_PARENT_SHUTDOWN);
goto shutdown;
}
if (rv == WAIT_FAILED) {
/* Something serious is wrong */
ap_log_error(APLOG_MARK, APLOG_CRIT, apr_get_os_error(), ap_server_conf,
- "Child %d: WAIT_FAILED -- shutting down server");
+ "Child %d: WAIT_FAILED -- shutting down server", my_pid);
break;
}
else if (cld == 0) {