mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::client: Recondition to avoid unnecessary log spam here.
This commit is contained in:
parent
4c0f06aaa3
commit
5bd367df35
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ ircd::handle_ec(client &client,
|
||||||
using boost::asio::error::get_ssl_category;
|
using boost::asio::error::get_ssl_category;
|
||||||
using boost::asio::error::get_misc_category;
|
using boost::asio::error::get_misc_category;
|
||||||
|
|
||||||
if(unlikely(runlevel != runlevel::RUN))
|
if(unlikely(runlevel != runlevel::RUN && ec == success))
|
||||||
{
|
{
|
||||||
log::dwarning
|
log::dwarning
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue