diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-14 14:41:58 +0200 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-29 15:48:32 +0200 |
commit | 610a1e48e4616665dcb02f02cfadb0473ad31371 (patch) | |
tree | de52a063f8da0dec50565fbaaf934a578c4bc507 /src | |
parent | 6d1828c375390c055c5f11312757b34a7d670eb4 (diff) |
another log rewrite
Diffstat (limited to 'src')
-rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ static void tip_client_read_cb(struct ev_loop *loop, struct ev_io *io, int event break; case TIP_CLIENT_CLOSE_WAIT: if (ret == 0) { - syslog(LOG_INFO, "client %s:%hu has closed the connection with us\n", + syslog(LOG_INFO, "client %s:%hu finished to download successfully\n", inet_ntoa(cli->addr.sin_addr), ntohs(cli->addr.sin_port)); goto shutdown; } |