commit 82625645905e93f740f52cd76d33989c75456765
parent 059702d6521de79503ca51dde4ddf96903169fe3
Author: sin <sin@2f30.org>
Date: Wed, 8 Oct 2014 01:26:45 +0100
A bit more consistent output message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ratox.c b/ratox.c
@@ -1831,7 +1831,7 @@ loop(void)
case av_CallNonExistant:
toxav_call(toxav, &f->av.num, f->num, &toxavconfig, RINGINGDELAY);
f->av.state = av_CallInviting;
- printout(": %s : Tx AV > Calling\n", f->name);
+ printout(": %s : Tx AV > Inviting\n", f->name);
break;
case av_CallActive:
sendfriendcalldata(f);