aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-15 16:50:16 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-15 16:50:16 +0000
commit0030cdcdba72138e180979573846c41afd6a4454 (patch)
tree46c45e733580df8c5aafbded2c8b22328b76fb2e
parentc7d5cd8c55e99308f6fc46ac8f3954485e2db1db (diff)
Get rid of a previously missed ast_log call for debug, no longer nec.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89295 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/pbx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 14de5db73..9b3b62934 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -5722,7 +5722,6 @@ int ast_add_extension2(struct ast_context *con,
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; */