]> granicus.if.org Git - apache/commitdiff
Add missing APLOGNOs by running
authorRainer Jung <rjung@apache.org>
Tue, 31 Mar 2015 19:07:11 +0000 (19:07 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Mar 2015 19:07:11 +0000 (19:07 +0000)
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

index 6df473e067257c906773e2353e65af0ab9597c82..0346602590fc9f80121fcf8a888f31fb2dce59e2 100644 (file)
@@ -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;
         }