diff extensions/acl_wl/aw_conf.l @ 974:2091bf698fb1

Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR (as far as sed could find them) with manual fixing afterwards.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:14:35 +0100
parents 9b37f34c1b1f
children 1c6c8fa622ff
line wrap: on
line diff
--- a/extensions/acl_wl/aw_conf.l	Thu Mar 14 17:31:16 2013 +0100
+++ b/extensions/acl_wl/aw_conf.l	Thu Mar 14 18:14:35 2013 +0100
@@ -95,7 +95,7 @@
 	/* No match */
 <*>[[:alnum:]]+		|	/* This rule is only useful to print a complete token in error messages */
 <*>.			{
-				TRACE_ERROR("Unrecognized text on line %d col %d: '%s'.\n", yylloc->first_line, yylloc->first_column, yytext);
+				TRACE_ERROR("Unrecognized text on line %d col %d: '%s'.", yylloc->first_line, yylloc->first_column, yytext);
 			 	return LEX_ERROR; 
 			}
 
"Welcome to our mercurial repository"