From 9e1283e160a0fd637e88da3612e581b58b481081 Mon Sep 17 00:00:00 2001
From: Mark Michelson <mmichelson@digium.com>
Date: Wed, 19 Nov 2008 23:30:42 +0000
Subject: [PATCH] Add a space to the output

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157940 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/app_queue.c b/apps/app_queue.c
index 080cfa688f..a94df3457e 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;
-- 
GitLab