0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

ircd::client: Recondition to avoid unnecessary log spam here.

This commit is contained in:
Jason Volk 2018-09-25 17:31:56 -07:00
parent 4c0f06aaa3
commit 5bd367df35

View file

@ -448,7 +448,7 @@ ircd::handle_ec(client &client,
using boost::asio::error::get_ssl_category;
using boost::asio::error::get_misc_category;
if(unlikely(runlevel != runlevel::RUN))
if(unlikely(runlevel != runlevel::RUN && ec == success))
{
log::dwarning
{