[asterisk-commits] mmichelson: branch 1.6.2 r185605 - in /branches/1.6.2: ./ apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 31 17:13:17 CDT 2009
Author: mmichelson
Date: Tue Mar 31 17:13:14 2009
New Revision: 185605
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=185605
Log:
Merged revisions 185604 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r185604 | mmichelson | 2009-03-31 17:12:52 -0500 (Tue, 31 Mar 2009) | 3 lines
Fix trunk's compilation.
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_queue.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_queue.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.2/apps/app_queue.c?view=diff&rev=185605&r1=185604&r2=185605
==============================================================================
--- branches/1.6.2/apps/app_queue.c (original)
+++ branches/1.6.2/apps/app_queue.c Tue Mar 31 17:13:14 2009
@@ -5604,7 +5604,7 @@
);
if (ast_strlen_zero(memberdata)) {
- ast_log(LOG_WARNING, "Empty queue member definition at line %d. Moving on!\n", var->lineno);
+ ast_log(LOG_WARNING, "Empty queue member definition. Moving on!\n");
return;
}
More information about the asterisk-commits
mailing list