From: Greg Stein Date: Thu, 7 Jun 2001 10:38:13 +0000 (+0000) Subject: correct the back-out of this change. it used to be ap_log_perror() X-Git-Tag: 2.0.19~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c23513d9a7b2ae17443249fae1acd83e961d954;p=thirdparty%2Fapache%2Fhttpd.git correct the back-out of this change. it used to be ap_log_perror() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89291 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_so.c b/modules/mappers/mod_so.c index 41dafc43a74..ba9466f6225 100644 --- a/modules/mappers/mod_so.c +++ b/modules/mappers/mod_so.c @@ -238,7 +238,7 @@ static const char *load_module(cmd_parms *cmd, void *dummy, apr_dso_error(modhandle, my_error, sizeof(my_error)), NULL); } - ap_log_error(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, 0, cmd->pool, + ap_log_perror(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, 0, cmd->pool, "loaded module %s", modname); /*