diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c index d6d2e56cc1..940f3b9f77 100644 --- a/apps/app_milliwatt.c +++ b/apps/app_milliwatt.c @@ -25,6 +25,10 @@ * \ingroup applications */ +/*** MODULEINFO + res_indications + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") @@ -142,7 +146,7 @@ static int milliwatt_exec(struct ast_channel *chan, void *data) } if (!(wait_app = pbx_findapp("Wait"))) { - ast_log(LOG_ERROR, "The Playtones application is required to run Milliwatt()\n"); + ast_log(LOG_ERROR, "The Wait application is required to run Milliwatt()\n"); return -1; }