[svn-commits] branch rizzo/base r8865 - /team/rizzo/base/pbx.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 31 14:20:26 MST 2006


Author: rizzo
Date: Sun Jan 29 09:23:04 2006
New Revision: 8865

URL: http://svn.digium.com/view/asterisk?rev=8865&view=rev
Log:
remove extra debugging code


Modified:
    team/rizzo/base/pbx.c

Modified: team/rizzo/base/pbx.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/base/pbx.c?rev=8865&r1=8864&r2=8865&view=diff
==============================================================================
--- team/rizzo/base/pbx.c (original)
+++ team/rizzo/base/pbx.c Sun Jan 29 09:23:04 2006
@@ -4297,8 +4297,6 @@
 			res = 1;
 		else
 			res= strcmp(e->exten, extension);
-		ast_log(LOG_WARNING, "compare %s and %s returns %d\n",
-			e->exten, extension, res);
 		if (res == 0) {	/* extension match, now look at cidmatch */
 			if (!e->matchcid && !tmp->matchcid)
 				res = 0;



More information about the svn-commits mailing list