[asterisk-commits] murf: trunk r89295 - /trunk/main/pbx.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Nov 15 10:50:16 CST 2007
Author: murf
Date: Thu Nov 15 10:50:16 2007
New Revision: 89295
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89295
Log:
Get rid of a previously missed ast_log call for debug, no longer nec.
Modified:
trunk/main/pbx.c
Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=89295&r1=89294&r2=89295
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Thu Nov 15 10:50:16 2007
@@ -5722,7 +5722,6 @@
dummy_exten.exten = dummy_name;
dummy_exten.matchcid = 0;
dummy_exten.cidmatch = 0;
- ast_log(LOG_NOTICE,"Adding exten %s to context %s; about to lookup in root_tree hashtab %x\n", extension, con->name, (unsigned int)con->root);
tmp2 = ast_hashtab_lookup(con->root_tree,&dummy_exten);
if (!tmp2) {
/* hmmm, not in the trie; */
More information about the asterisk-commits
mailing list