diff --git a/apps/app_queue.c b/apps/app_queue.c
index 5a0f5b71ed9c6e35e052ffff067c4d2d641a38d2..58d13d44d4f064eba2c0d598b883c38cd60242f4 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1195,7 +1195,7 @@ static int manager_queues_status( struct mansession *s, struct message *m )
 				"CallerID: %s\r\n"
 				"Wait: %ld\r\n"
 				"\r\n", 
-					q->name, pos++, qe->chan->name, qe->chan->callerid ? qe->chan->callerid : "", now - qe->start);
+					q->name, pos++, qe->chan->name, (qe->chan->callerid ? qe->chan->callerid : ""), now - qe->start);
 		ast_pthread_mutex_unlock(&q->lock);
 		q = q->next;
 	}