Skip to content
Snippets Groups Projects
Commit c28a5189 authored by James Golovich's avatar James Golovich
Browse files

Typo in app_waitforring.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2180 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9028579d
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ static int waitforring_exec(struct ast_channel *chan, void *data) ...@@ -48,7 +48,7 @@ static int waitforring_exec(struct ast_channel *chan, void *data)
int res = 0; int res = 0;
int ms; int ms;
if (!data || (sscanf(data, "%d", &ms) != 1)) { 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; return 0;
} }
ms *= 1000; ms *= 1000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment