[AFV] Make sure the failures go to the log.

see https://discordapp.com/channels/539048679160676382/539846348275449887/707618814237343764
This commit is contained in:
Klaus Basan
2020-05-06 18:08:16 +02:00
committed by Mat Sutcliffe
parent 083742b4ca
commit a1f8525fcb

View File

@@ -1236,6 +1236,7 @@ namespace BlackCore
{ {
if (msg.isFailure()) if (msg.isFailure())
{ {
CLogMessage::preformatted(msg);
emit this->afvConnectionFailure(msg); emit this->afvConnectionFailure(msg);
} }