summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-08-29 14:19:33 +0000
committerMark Michelson <mmichelson@digium.com>2007-08-29 14:19:33 +0000
commitf9d5c43b872f216c12be1e701de2c992a4131493 (patch)
tree17f723e20b594792f72553d4379f401588f29833 /apps/app_meetme.c
parentee6f91968c6bae25daed14a3f16e06e478c9d5dd (diff)
Changing a NOTICE to a DEBUG.
(closes issue #10591, reported and patched by junky, with small modification by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81333 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index e4f487ae6..e3ed72226 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -2420,7 +2420,7 @@ static struct ast_conference *find_conf(struct ast_channel *chan, char *confno,
ast_log(LOG_NOTICE,"The requested confno is '%s'?\n", confno);
AST_LIST_LOCK(&confs);
AST_LIST_TRAVERSE(&confs, cnf, list) {
- ast_log(LOG_NOTICE,"Does conf %s match %s?\n", confno, cnf->confno);
+ ast_debug(3,"Does conf %s match %s?\n", confno, cnf->confno);
if (!strcmp(confno, cnf->confno))
break;
}
@@ -2458,7 +2458,7 @@ static struct ast_conference *find_conf(struct ast_channel *chan, char *confno,
return NULL;
AST_STANDARD_APP_ARGS(args, parse);
- ast_log(LOG_NOTICE,"Will conf %s match %s?\n", confno, args.confno);
+ ast_debug(3,"Will conf %s match %s?\n", confno, args.confno);
if (!strcasecmp(args.confno, confno)) {
/* Bingo it's a valid conference */
cnf = build_conf(args.confno,