mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 18:28:43 -04:00
4660. [bug] Remove spurious "peer" from Windows socket log
messages. [RT #45617]
(cherry picked from commit 5140501a0b)
This commit is contained in:
parent
cb4e0ef4e2
commit
05a456499a
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
4660. [bug] Remove spurious "peer" from Windows socket log
|
||||
messages. [RT #45617]
|
||||
|
||||
4659. [bug] Remove spurious log message about lmdb-mapsize
|
||||
not being supported when parsing builtin
|
||||
configuration file. [RT #45618]
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue