dect
/
asterisk
Archived
13
0
Fork 0

(closes issue #10686)

Reported by: junky
Patches:
      meet.diff uploaded by junky (license 177)
Change NOTICE message to DEBUG.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82062 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-09-10 13:19:48 +00:00
parent 4c751dd454
commit 15cabadef5
1 changed files with 1 additions and 1 deletions

View File

@ -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);