You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2016/11/22 14:31:40 UTC

svn commit: r1770845 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/core/mod_macro.c

Author: jim
Date: Tue Nov 22 14:31:40 2016
New Revision: 1770845

URL: http://svn.apache.org/viewvc?rev=1770845&view=rev
Log:
And another logno

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/core/mod_macro.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1770845&r1=1770844&r2=1770845&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Tue Nov 22 14:31:40 2016
@@ -1 +1 @@
-3484
+3485

Modified: httpd/httpd/trunk/modules/core/mod_macro.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/core/mod_macro.c?rev=1770845&r1=1770844&r2=1770845&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/core/mod_macro.c (original)
+++ httpd/httpd/trunk/modules/core/mod_macro.c Tue Nov 22 14:31:40 2016
@@ -267,7 +267,7 @@ static const char *check_macro_arguments
         }
 
 		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);