Lower the severity of the "listener thread didn't exit" message
to debug, as it is of interest only to developers.
PR: 9011
Reviewed by: stoddard, brianp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101169
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.48
+ *) Lower the severity of the "listener thread didn't exit" message
+ to debug, as it is of interest only to developers. PR 9011
+ [Jeff Trawick]
+
*) MPMs: The bucket brigades subsystem now honors the MaxMemFree setting.
[Cliff Woolley, Jean-Jacques Clar]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/09/05 20:40:30 $]
+Last modified at [$Date: 2003/09/05 21:13:21 $]
Release:
server/mpm/worker/worker.c r1.138
+1: trawick, stoddard, brianp
- * Lower the severity of the "listener thread didn't exit" message
- to debug, as it is of interest only to developers.
- server/mpm/experimental/threadpool/threadpool.c r1.20
- server/mpm/worker/worker.c
- +1: trawick, stoddard, brianp
-
CURRENT RELEASE NOTES:
* Backwards compatibility is expected of future Apache 2.0 releases,
++iter;
}
if (iter >= 10) {
- ap_log_error(APLOG_MARK, APLOG_CRIT, 0, ap_server_conf,
+ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf,
"the listener thread didn't exit");
}
else {
++iter;
}
if (iter >= 10) {
- ap_log_error(APLOG_MARK, APLOG_CRIT, 0, ap_server_conf,
+ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf,
"the listener thread didn't exit");
}
else {