]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
correct the back-out of this change. it used to be ap_log_perror()
authorGreg Stein <gstein@apache.org>
Thu, 7 Jun 2001 10:38:13 +0000 (10:38 +0000)
committerGreg Stein <gstein@apache.org>
Thu, 7 Jun 2001 10:38:13 +0000 (10:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89291 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_so.c

index 41dafc43a747a24526a602e072132546a130f5f5..ba9466f6225a55f9dc0d834a69fc54d62b1459a6 100644 (file)
@@ -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);
 
     /*