diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 236fc0ac76a30f8e31b5b2e861a349d9992d13b4..eec7d7f71f1025bb47a71e6050920b7a0eb4a76f 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 {