From bc41580632fe3533ccd3af927372b3b62fcf4097 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 31 Mar 2015 19:07:11 +0000 Subject: [PATCH] Add missing APLOGNOs by running docs/log-message-tags/update-log-msg-tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670431 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authn_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aaa/mod_authn_core.c b/modules/aaa/mod_authn_core.c index 6df473e067..0346602590 100644 --- a/modules/aaa/mod_authn_core.c +++ b/modules/aaa/mod_authn_core.c @@ -343,7 +343,7 @@ static const char *authn_ap_auth_type(request_rec *r) type = ap_expr_str_exec(r, conf->ap_auth_type, &err); if (err) { ap_log_rerror( - APLOG_MARK, APLOG_ERR, APR_SUCCESS, r, APLOGNO() "AuthType expression could not be evaluated: %s", err); + APLOG_MARK, APLOG_ERR, APR_SUCCESS, r, APLOGNO(02834) "AuthType expression could not be evaluated: %s", err); return NULL; } @@ -365,7 +365,7 @@ static const char *authn_ap_auth_name(request_rec *r) name = ap_expr_str_exec(r, conf->ap_auth_name, &err); if (err) { ap_log_rerror( - APLOG_MARK, APLOG_ERR, APR_SUCCESS, r, APLOGNO() "AuthName expression could not be evaluated: %s", err); + APLOG_MARK, APLOG_ERR, APR_SUCCESS, r, APLOGNO(02835) "AuthName expression could not be evaluated: %s", err); return NULL; } -- 2.40.0