]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
- Mark app_milliwatt dependent on res_indications (thanks to jsmith)
authorRussell Bryant <russell@russellbryant.com>
Thu, 29 May 2008 17:51:29 +0000 (17:51 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 29 May 2008 17:51:29 +0000 (17:51 +0000)
 - fix a typo in a log message (thanks to qwell)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@118961 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_milliwatt.c

index f3b218eef16d8038dde997dd4f2fca15379d807d..64dc3857c2b23f0cd863f4e67043004e50054cf1 100644 (file)
  * \ingroup applications
  */
 
+/*** MODULEINFO
+       <depend>res_indications</depend>
+ ***/
+
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
@@ -158,7 +162,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");
                goto exit_app;
        }