another log rewrite

master
tiptorrent development team 2021-09-14 14:41:58 +02:00
parent 6d1828c375
commit 610a1e48e4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}