to debug, as it is of interest only to developers.
PR: 9011
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101165
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) 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]
+
*) Fix a misleading message from the some of the threaded MPMs when
MaxClients has to be lowered due to the setting of ServerLimit.
[Jeff Trawick]
++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 {