summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-09-10 13:19:48 +0000
committerJoshua Colp <jcolp@digium.com>2007-09-10 13:19:48 +0000
commitd004349b83cb591a2963dbfbbb5c0081d360bd80 (patch)
treed01d30cb8b5d785bf305142aa323d61dbceb18b1 /apps/app_meetme.c
parentc4869b5f1db14b7cc71f2b3ced7251b443e37eab (diff)
(closes issue #10686)
Reported by: junky Patches: meet.diff uploaded by junky (license 177) Change NOTICE message to DEBUG. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82062 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 99217a240..40cb4e837 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -2410,7 +2410,7 @@ static struct ast_conference *find_conf(struct ast_channel *chan, char *confno,
);
/* Check first in the conference list */
- ast_log(LOG_NOTICE,"The requested confno is '%s'?\n", confno);
+ ast_debug(1,"The requested confno is '%s'?\n", confno);
AST_LIST_LOCK(&confs);
AST_LIST_TRAVERSE(&confs, cnf, list) {
ast_debug(3,"Does conf %s match %s?\n", confno, cnf->confno);