Add address name to loginfo output on new connector connection
This commit is contained in:
parent
5ea74680b6
commit
1b387ad429
@ -127,7 +127,7 @@ retry:
|
||||
|
||||
keep_sockalive(fd);
|
||||
|
||||
LOGINFO("Connected new client %d on socket %d", ci->nfds, fd);
|
||||
LOGINFO("Connected new client %d on socket %d from %s", ci->nfds, fd, client->address_name);
|
||||
|
||||
client->fd = fd;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user