From 92e366007c7936f44eef10f88a7042bc5a663c05 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Fri, 2 Dec 2011 23:02:04 +0000 Subject: Add lots of unique tags to error log messages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209766 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authz_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aaa/mod_authz_host.c') diff --git a/modules/aaa/mod_authz_host.c b/modules/aaa/mod_authz_host.c index 180172a40e..e3108e8bad 100644 --- a/modules/aaa/mod_authz_host.c +++ b/modules/aaa/mod_authz_host.c @@ -176,7 +176,7 @@ static authz_status host_check_authorization(request_rec *r, &remotehost_is_ip); if ((remotehost == NULL) || remotehost_is_ip) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(01753) "access check of '%s' to %s failed, reason: unable to get the " "remote host name", require_line, r->uri); } -- cgit v1.2.3