From: Steve Murphy Date: Thu, 15 Nov 2007 16:50:16 +0000 (+0000) Subject: Get rid of a previously missed ast_log call for debug, no longer nec. X-Git-Tag: 1.6.0-beta1~3^2~863 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee92d08815ae7120d192c328f9225aab6383081;p=thirdparty%2Fasterisk.git Get rid of a previously missed ast_log call for debug, no longer nec. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89295 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/pbx.c b/main/pbx.c index 14de5db73d..9b3b629342 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; */