From 82625645905e93f740f52cd76d33989c75456765 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 8 Oct 2014 01:26:45 +0100 Subject: A bit more consistent output message --- ratox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ratox.c b/ratox.c index af7635b..f6c0c25 100644 --- 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); -- cgit v1.2.3