0
0
Fork 0
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:
Jason Volk 2018-04-09 10:17:57 -07:00
parent 23b1a7e032
commit 572996ae23

View file

@ -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(),