Index: apps/app_queue.c =================================================================== --- apps/app_queue.c (revision 81391) +++ apps/app_queue.c (working copy) @@ -2541,8 +2541,7 @@ res2 |= ast_safe_sleep(peer, qe->parent->memberdelay * 1000); } if (!res2 && announce) { - if (play_file(peer, announce)) - ast_log(LOG_WARNING, "Announcement file '%s' is unavailable, continuing anyway...\n", announce); + play_file(peer, announce); } if (!res2 && qe->parent->reportholdtime) { if (!play_file(peer, qe->parent->sound_reporthold)) {