summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratatox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ratatox.c b/ratatox.c
index 79938cc..ce7129e 100644
--- a/ratatox.c
+++ b/ratatox.c
@@ -972,7 +972,8 @@ 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");
+ printout("Initiated transfer to %s\n",
+ f->namestr[0] == '\0' ? "Anonymous" : f->namestr);
break;
case TRANSFER_INPROGRESS:
send_friend_file(f);