diff options
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); |