configuration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954976
13f79535-47bb-0310-9956-
ffa450edef68
logf = stderr_log;
}
else {
- int configured_level = r ? ap_get_request_module_loglevel(r, module_index) :
- c ? ap_get_conn_module_loglevel(c, module_index) :
+ int configured_level = r ? ap_get_request_module_loglevel(r, module_index) :
+ c ? ap_get_conn_server_module_loglevel(c, s, module_index) :
ap_get_server_module_loglevel(s, module_index);
if (s->error_log) {
/*