From: Russell Bryant Date: Thu, 29 May 2008 17:52:00 +0000 (+0000) Subject: Merged revisions 118961 via svnmerge from X-Git-Tag: 1.6.2.0-beta1~2128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f7209af47231c27d596b2f44bc3f3983248b06c;p=thirdparty%2Fasterisk.git Merged revisions 118961 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r118961 | russell | 2008-05-29 12:51:29 -0500 (Thu, 29 May 2008) | 3 lines - Mark app_milliwatt dependent on res_indications (thanks to jsmith) - fix a typo in a log message (thanks to qwell) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@118962 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c index 246e2f11eb..57d092d839 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; }