[asterisk-commits] oej: branch 1.4 r53081 - /branches/1.4/apps/app_queue.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Feb 1 13:38:58 MST 2007


Author: oej
Date: Thu Feb  1 14:38:58 2007
New Revision: 53081

URL: http://svn.digium.com/view/asterisk?view=rev&rev=53081
Log:
Change debug level for state change message that is not really informative when debugging app_queue

Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=53081&r1=53080&r2=53081
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Thu Feb  1 14:38:58 2007
@@ -542,7 +542,7 @@
 	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;



More information about the asterisk-commits mailing list