]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And another logno
authorJim Jagielski <jim@apache.org>
Tue, 22 Nov 2016 14:31:40 +0000 (14:31 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 22 Nov 2016 14:31:40 +0000 (14:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1770845 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/core/mod_macro.c

index 0cafd3f82964dc5b367c696fc622fec19aac2bd7..294337bb646b5b52727165e0b0200589c4f82d4b 100644 (file)
@@ -1 +1 @@
-3484
+3485
index e32a43c8bf397211312986c315424c4236650f9e..7a3f8ad179960c3e484c8d48f9d11658a6ffac2f 100644 (file)
@@ -267,7 +267,7 @@ static const char *check_macro_arguments(apr_pool_t * pool,
         }
 
                if ((tab[i][0] == '$') && (tab[i][1] == '{')) {
-                       ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, APLOGNO(02805)
+                       ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, APLOGNO(03484)
                                "macro '%s' (%s) "
                                "argument name '%s' (#%d) clashes with 'Define' syntax '${...}', better use '$(...)'.",
                                macro->name, macro->location, tab[i], i + 1);