1
0
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:
Martin Kraemer
1999-10-22 16:01:27 +00:00
parent f31a42f2b9
commit 9f432e5ea4
10 changed files with 141 additions and 137 deletions

View File

@@ -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;