aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-01 20:38:58 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-01 20:38:58 +0000
commit1e70d4656d133e0d8d4455b2ceb84b7ab2ee8b48 (patch)
treef96686c73385f3cb4dcf25ae5503db62637985fb /apps
parent95adb96a836361d152fd9aeccfca846000986e38 (diff)
Change debug level for state change message that is not really informative when debugging app_queue
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53081 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 9bb6b5b7d..98223946f 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -542,7 +542,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;