diff options
author | sin <sin@2f30.org> | 2014-09-19 10:22:33 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-19 10:22:33 +0100 |
commit | 0548d9faf93c292781e214b3f38e9aa501f79a15 (patch) | |
tree | 1b13f369927dd64b80cd6b3eaa4deb5ad47f1cb9 | |
parent | 3977b2a296d645117de9fba1409a1d071cc55337 (diff) |
Inform the user when a transfer is in progress
-rw-r--r-- | ratox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -377,6 +377,7 @@ cbfilecontrol(Tox *m, int32_t fid, uint8_t rec_sen, uint8_t fnum, uint8_t ctrlty f->t.n = 0; f->t.pending = 0; f->t.state = TRANSFER_INPROGRESS; + printout("Transfer is in progress\n"); break; } } |