]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Get rid of a previously missed ast_log call for debug, no longer nec.
authorSteve Murphy <murf@digium.com>
Thu, 15 Nov 2007 16:50:16 +0000 (16:50 +0000)
committerSteve Murphy <murf@digium.com>
Thu, 15 Nov 2007 16:50:16 +0000 (16:50 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89295 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/pbx.c

index 14de5db73d1782d883c3ca5274e47bde7fe86848..9b3b6293421b5af29af761bf30d14140a134a555 100644 (file)
@@ -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; */