aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-19 23:30:42 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-19 23:30:42 +0000
commit5f6cfbd6afaaf34e3872a64ebda7a9d0c344f18a (patch)
tree649ecbcdf7ca77c7ee55986feef655b0a1e88163
parent1f89eb7c3ab0fc16c6236967b04a609d110b1244 (diff)
Add a space to the output
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@157940 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 080cfa688..a94df3457 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -6369,7 +6369,7 @@ static char *handle_queue_remove_member(struct ast_cli_entry *e, int cmd, struct
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;