[svn-commits] tilghman: branch 1.4 r132107 - /branches/1.4/main/config.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 18 13:47:51 CDT 2008


Author: tilghman
Date: Fri Jul 18 13:47:50 2008
New Revision: 132107

URL: http://svn.digium.com/view/asterisk?view=rev&rev=132107
Log:
Textual clarification
(closes issue #13106)
 Reported by: flefoll
 Patches: 
       config.c.br14.120173.patch-unknown-directive uploaded by flefoll (license 244)

Modified:
    branches/1.4/main/config.c

Modified: branches/1.4/main/config.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/config.c?view=diff&rev=132107&r1=132106&r2=132107
==============================================================================
--- branches/1.4/main/config.c (original)
+++ branches/1.4/main/config.c Fri Jul 18 13:47:50 2008
@@ -765,7 +765,7 @@
 			}
 		}
 		else 
-			ast_log(LOG_WARNING, "Unknown directive '%s' at line %d of %s\n", cur, lineno, configfile);
+			ast_log(LOG_WARNING, "Unknown directive '#%s' at line %d of %s\n", cur, lineno, configfile);
 	} else {
 		/* Just a line (variable = value) */
 		if (!(*cat)) {




More information about the svn-commits mailing list