diff --git a/apps/app_queue.c b/apps/app_queue.c
index 1f28aa6da196008358fdf364641450ea1aa410f0..ac6fc3ae52f2dd4ea4fed88db050d6e58d67568a 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -487,7 +487,7 @@ static struct localuser *wait_for_answer(struct queue_ent *qe, struct localuser
 			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;