tA bit more consistent output message - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 82625645905e93f740f52cd76d33989c75456765
 (DIR) parent 059702d6521de79503ca51dde4ddf96903169fe3
 (HTM) Author: sin <sin@2f30.org>
       Date:   Wed,  8 Oct 2014 01:26:45 +0100
       
       A bit more consistent output message
       
       Diffstat:
         M ratox.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/ratox.c b/ratox.c
       t@@ -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);