]> granicus.if.org Git - apache/commitdiff
Wire through the log message number.
authorGraham Leggett <minfrin@apache.org>
Sat, 17 Feb 2018 14:35:53 +0000 (14:35 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 17 Feb 2018 14:35:53 +0000 (14:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824596 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/dav/main/mod_dav.c

index da690282fcb4025f6ceae3ec5ec925c84a4e2fb7..1297e2ef44b60febf4f76f4b0157ea0a2f21dcfa 100644 (file)
@@ -1 +1 @@
-10119
+10120
index 1dcc3d01c30033a9844b0dce91e03610a8ac0d9c..a2127b11bed55ad167cd50da168ab2e28fb1d37b 100644 (file)
@@ -119,7 +119,7 @@ static int dav_init_handler(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp,
 
     /* log a warning if ACL support is unavailable */
 #ifndef APR_XML_X2T_PARSED
-    ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL, APLOGNO()
+    ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL, APLOGNO(10119)
                  "mod_dav ACL support disabled. Compile with apr-util >= 1.6 to enable.");
 #endif