diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 236fc0ac76..eec7d7f71f 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -10108,7 +10108,7 @@ static int vm_execmain(struct ast_channel *chan, const char *data) } #endif - ast_test_suite_event_notify("INTRO", "playing intro menu"); + ast_test_suite_event_notify("INTRO", "Message: playing intro menu"); if (play_auto) { cmd = '1'; } else {