--- asterisk/apps/app_queue.c.gjb 2004-02-22 22:57:16.000000000 -0500 +++ asterisk/apps/app_queue.c 2004-02-22 22:59:38.000000000 -0500 @@ -482,7 +482,7 @@ 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;