mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 53081 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53081 | oej | 2007-02-01 21:38:58 +0100 (Thu, 01 Feb 2007) | 2 lines Change debug level for state change message that is not really informative when debugging app_queue ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -564,7 +564,7 @@ static void *changethread(void *data)
|
||||
AST_LIST_UNLOCK(&interfaces);
|
||||
|
||||
if (!curint) {
|
||||
if (option_debug)
|
||||
if (option_debug > 2)
|
||||
ast_log(LOG_DEBUG, "Device '%s/%s' changed to state '%d' (%s) but we don't care because they're not a member of any queue.\n", technology, loc, sc->state, devstate2str(sc->state));
|
||||
free(sc);
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user