commit 82625645905e93f740f52cd76d33989c75456765 parent 059702d6521de79503ca51dde4ddf96903169fe3 Author: sin <sin@2f30.org> Date: Wed Oct 8 01:26:45 +0100 A bit more consistent output message Diffstat:
ratox.c | | | 2 | +- |
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);