From: Bradley Nicholes Date: Mon, 23 Jan 2006 20:22:37 +0000 (+0000) Subject: Use the correct logging #define X-Git-Tag: 2.3.0~2580 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5674f092387cbb0f002eac73dc9e6b32d7c58e26;p=apache Use the correct logging #define git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@371648 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_access_compat.c b/modules/aaa/mod_access_compat.c index cf608d1d7e..292ae55a95 100644 --- a/modules/aaa/mod_access_compat.c +++ b/modules/aaa/mod_access_compat.c @@ -98,7 +98,7 @@ static const char *order(cmd_parms *cmd, void *dv, const char *arg) access_compat_dir_conf *d = (access_compat_dir_conf *) dv; int i, o; - ap_log_error(APLOG_MARK, LOG_WARNING, 0, cmd->server, + ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server, "The 'Order' directive has been deprecated. " "Consider using '' directives."); @@ -124,7 +124,7 @@ static const char *satisfy(cmd_parms *cmd, void *dv, const char *arg) int satisfy = SATISFY_NOSPEC; int i; - ap_log_error(APLOG_MARK, LOG_WARNING, 0, cmd->server, + ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server, "The 'Satisfy' directive has been deprecated. " "Consider using '' directives."); @@ -157,7 +157,7 @@ static const char *allow_cmd(cmd_parms *cmd, void *dv, const char *from, char msgbuf[120]; apr_status_t rv; - ap_log_error(APLOG_MARK, LOG_WARNING, 0, cmd->server, + ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server, "The 'Allow/Deny' directives have been deprecated. " "Consider using one of the host providers in mod_authz_host.");