diff --git a/src/blackcore/context/contextnetworkimpl.cpp b/src/blackcore/context/contextnetworkimpl.cpp index 77b88b1b0..ae0dc8e75 100644 --- a/src/blackcore/context/contextnetworkimpl.cpp +++ b/src/blackcore/context/contextnetworkimpl.cpp @@ -166,7 +166,7 @@ namespace BlackCore } else if (!CNetworkUtils::canConnect(server, msg, 5000)) { - return CStatusMessage({ CLogCategory::validation() }, CStatusMessage::SeverityError, msg); + return CStatusMessage(CStatusMessage::SeverityError, msg); } else if (this->m_network->isConnected()) {