2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

4660. [bug] Remove spurious "peer" from Windows socket log

messages. [RT #45617]
This commit is contained in:
Mark Andrews
2017-07-28 16:06:51 +10:00
parent 71cd6910ba
commit 5140501a0b
2 changed files with 4 additions and 1 deletions

View File

@@ -881,7 +881,7 @@ socket_log(int lineno, isc_socket_t *sock, isc_sockaddr_t *address,
isc_sockaddr_format(address, peerbuf, sizeof(peerbuf));
isc_log_iwrite(isc_lctx, category, module, level,
msgcat, msgset, message,
"socket %p line %d peer %s: %s", sock, lineno,
"socket %p line %d %s: %s", sock, lineno,
peerbuf, msgbuf);
}