diff options
author | sin <sin@2f30.org> | 2014-09-16 14:13:25 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-16 14:13:25 +0100 |
commit | 15fc377636689e4f11e170db911abc8b745c0483 (patch) | |
tree | 114dc349609b0c513c119b023363578f2333db6d /ratatox.c | |
parent | eab089bc9420386a38dfa01872edc62480f4e27f (diff) |
Print message when transfers start
Diffstat (limited to 'ratatox.c')
-rw-r--r-- | ratatox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -972,6 +972,7 @@ loop(void) f->t.state = TRANSFER_INITIATED; tox_new_file_sender(tox, f->fid, 0, (uint8_t *)"file", strlen("file") + 1); + printout("Initiated transfer...\n"); break; case TRANSFER_INPROGRESS: send_friend_file(f); |