From 2c23513d9a7b2ae17443249fae1acd83e961d954 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Thu, 7 Jun 2001 10:38:13 +0000 Subject: [PATCH] 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 --- modules/mappers/mod_so.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /* -- 2.47.2