]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_auth_form: update empty log tags.
authorYann Ylavic <ylavic@apache.org>
Mon, 7 Apr 2014 09:12:09 +0000 (09:12 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 7 Apr 2014 09:12:09 +0000 (09:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585435 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/aaa/mod_auth_form.c

index c7726ec82ae69568b1bbc0094031ba4cfaf58a43..5af6e7c1bce4127404f73292307d39a95027d55c 100644 (file)
@@ -1 +1 @@
-2615
+2619
index e72857a6a70fd3fe5b442102e90761b7d4fbb4fc..cfb4a7f2ffc632d8318fa20aa468418a5ac0332c 100644 (file)
@@ -1282,7 +1282,7 @@ static int authenticate_form_post_config(apr_pool_t *pconf, apr_pool_t *plog,
         ap_session_get_fn = APR_RETRIEVE_OPTIONAL_FN(ap_session_get);
         ap_session_set_fn = APR_RETRIEVE_OPTIONAL_FN(ap_session_set);
         if (!ap_session_load_fn || !ap_session_get_fn || !ap_session_set_fn) {
-            ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL, APLOGNO()
+            ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL, APLOGNO(02617)
                     "You must load mod_session to enable the mod_auth_form "
                                        "functions");
             return !OK;
@@ -1293,7 +1293,7 @@ static int authenticate_form_post_config(apr_pool_t *pconf, apr_pool_t *plog,
         ap_request_insert_filter_fn = APR_RETRIEVE_OPTIONAL_FN(ap_request_insert_filter);
         ap_request_remove_filter_fn = APR_RETRIEVE_OPTIONAL_FN(ap_request_remove_filter);
         if (!ap_request_insert_filter_fn || !ap_request_remove_filter_fn) {
-            ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL, APLOGNO()
+            ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL, APLOGNO(02618)
                     "You must load mod_request to enable the mod_auth_form "
                                        "functions");
             return !OK;