mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd::client: Demote inactivity log message.
This commit is contained in:
parent
23b1a7e032
commit
572996ae23
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ ircd::handle_ec_timeout(client &client)
|
|||
try
|
||||
{
|
||||
assert(bool(client.sock));
|
||||
log::dwarning
|
||||
log::debug
|
||||
{
|
||||
"socket(%p) local[%s] remote[%s] disconnecting after inactivity timeout",
|
||||
client.sock.get(),
|
||||
|
|
Loading…
Reference in a new issue