[asterisk-commits] mmichelson: trunk r157940 - /trunk/apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 19 17:30:43 CST 2008
Author: mmichelson
Date: Wed Nov 19 17:30:42 2008
New Revision: 157940
URL: http://svn.digium.com/view/asterisk?view=rev&rev=157940
Log:
Add a space to the output
Modified:
trunk/apps/app_queue.c
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=157940&r1=157939&r2=157940
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed Nov 19 17:30:42 2008
@@ -6369,7 +6369,7 @@
ast_cli(a->fd, "Out of memory\n");
return CLI_FAILURE;
case RES_NOT_DYNAMIC:
- ast_cli(a->fd, "Unable to remove interface '%s' from queue'%s': Member is not dynamic\n", interface, queuename);
+ ast_cli(a->fd, "Unable to remove interface '%s' from queue '%s': Member is not dynamic\n", interface, queuename);
return CLI_FAILURE;
default:
return CLI_FAILURE;
More information about the asterisk-commits
mailing list