[asterisk-commits] eliel: branch group/data_api_gsoc2009 r207422 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 20 14:02:36 CDT 2009
Author: eliel
Date: Mon Jul 20 14:02:35 2009
New Revision: 207422
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=207422
Log:
Remove debugging log message.
Modified:
team/group/data_api_gsoc2009/apps/app_queue.c
Modified: team/group/data_api_gsoc2009/apps/app_queue.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/apps/app_queue.c?view=diff&rev=207422&r1=207421&r2=207422
==============================================================================
--- team/group/data_api_gsoc2009/apps/app_queue.c (original)
+++ team/group/data_api_gsoc2009/apps/app_queue.c Mon Jul 20 14:02:35 2009
@@ -7549,7 +7549,6 @@
/* compare the search pattern. */
if (ast_data_search_cmp_structure(search, call_queue, queue, "queue")) {
/* this doesn't match! continue! */
- ast_log(LOG_ERROR, "queue doesn't match!\n");
return;
}
More information about the asterisk-commits
mailing list