From a1f8525fcb1786cf6fafbb93858a86b8523713dc Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 6 May 2020 18:08:16 +0200 Subject: [PATCH] [AFV] Make sure the failures go to the log. see https://discordapp.com/channels/539048679160676382/539846348275449887/707618814237343764 --- src/blackcore/afv/clients/afvclient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blackcore/afv/clients/afvclient.cpp b/src/blackcore/afv/clients/afvclient.cpp index a3e4dfc8c..5415f736f 100644 --- a/src/blackcore/afv/clients/afvclient.cpp +++ b/src/blackcore/afv/clients/afvclient.cpp @@ -1236,6 +1236,7 @@ namespace BlackCore { if (msg.isFailure()) { + CLogMessage::preformatted(msg); emit this->afvConnectionFailure(msg); }