diff options
author | sin <sin@2f30.org> | 2014-10-08 01:26:45 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-08 01:26:45 +0100 |
commit | 82625645905e93f740f52cd76d33989c75456765 (patch) | |
tree | 31d84a723e5a855e8e2ceb178bf69cc56b711584 | |
parent | 059702d6521de79503ca51dde4ddf96903169fe3 (diff) |
A bit more consistent output message
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |