mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
I am not claiming that the modules work now, but at least the parameter lists
are prepared for the updated ap_log_rerror() format. BTW: What is APLOG_NOERROR for now that we have an explicit error code? This is still WIP! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -171,7 +171,7 @@ static info_cfg_lines *mod_info_load_config(ap_context_t *p, const char *filenam
|
||||
|
||||
fp = ap_pcfg_openfile(p, filename);
|
||||
if (!fp) {
|
||||
ap_log_rerror(APLOG_MARK, APLOG_WARNING, r,
|
||||
ap_log_rerror(APLOG_MARK, APLOG_WARNING, errno, r,
|
||||
"mod_info: couldn't open config file %s",
|
||||
filename);
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user