From: Graham Leggett Date: Sat, 17 Feb 2018 14:35:53 +0000 (+0000) Subject: Wire through the log message number. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f669982f9d63da8d2983eb962cfe09a41bb7fefa;p=apache Wire through the log message number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824596 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index da690282fc..1297e2ef44 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10119 +10120 diff --git a/modules/dav/main/mod_dav.c b/modules/dav/main/mod_dav.c index 1dcc3d01c3..a2127b11be 100644 --- a/modules/dav/main/mod_dav.c +++ b/modules/dav/main/mod_dav.c @@ -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