From 610a1e48e4616665dcb02f02cfadb0473ad31371 Mon Sep 17 00:00:00 2001 From: tiptorrent development team Date: Tue, 14 Sep 2021 14:41:58 +0200 Subject: another log rewrite --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.c b/src/core.c index 6c04891..50638da 100644 --- a/src/core.c +++ b/src/core.c @@ -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; } -- cgit v1.2.3-18-g5258