]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Typo in app_waitforring.c
authorJames Golovich <james@gnuinter.net>
Sun, 15 Feb 2004 08:41:56 +0000 (08:41 +0000)
committerJames Golovich <james@gnuinter.net>
Sun, 15 Feb 2004 08:41:56 +0000 (08:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2180 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_waitforring.c

index 3fcfa9a03271ec1e588bbf096cd4292ea5c72047..bb8622920f4a52776552a387ac3f58da0e9e80f1 100755 (executable)
@@ -48,7 +48,7 @@ static int waitforring_exec(struct ast_channel *chan, void *data)
        int res = 0;
        int ms;
        if (!data || (sscanf(data, "%d", &ms) != 1)) {
-                ast_log(LOG_WARNING, "SoftHangup requires an argument (minimum seconds)\n");
+                ast_log(LOG_WARNING, "WaitForRing requires an argument (minimum seconds)\n");
                return 0;
        }
        ms *= 1000;