[Asterisk-cvs] asterisk/apps app_queue.c,1.45,1.45.2.1

citats at lists.digium.com citats at lists.digium.com
Sun Feb 22 23:27:52 CST 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv18423/apps

Modified Files:
      Tag: v1-0_stable
	app_queue.c 
Log Message:
Fixed gramatical error in app_queue.c (bug #1083)


Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.45
retrieving revision 1.45.2.1
diff -u -d -r1.45 -r1.45.2.1
--- app_queue.c	4 Feb 2004 19:42:18 -0000	1.45
+++ app_queue.c	23 Feb 2004 04:16:00 -0000	1.45.2.1
@@ -482,7 +482,7 @@
 			if (numlines == numbusies) {
 				ast_log(LOG_DEBUG, "Everyone is busy at this time\n");
 			} else {
-				ast_log(LOG_NOTICE, "No one is answered queue %s\n", queue);
+				ast_log(LOG_NOTICE, "No one is answering queue '%s'\n", queue);
 			}
 			*to = 0;
 			return NULL;




More information about the svn-commits mailing list