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
);
/* 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);