1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

Undo my damage.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2000-07-25 03:40:24 +00:00
parent c50d07027c
commit 2ea44150e8

View File

@@ -258,7 +258,7 @@ static const char *load_module(cmd_parms *cmd, void *dummy,
return ap_pstrcat(cmd->pool, "Cannot load ", szModuleFile,
" into server: ",
ap_strerror(status, my_error, sizeof(my_error)),
ap_dso_error(modhandle, my_error, sizeof(my_error)),
NULL);
}
ap_log_error(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, 0, NULL,