This commit is contained in:
Klaus Basan
2019-11-01 20:07:48 +01:00
committed by Mat Sutcliffe
parent 8194726857
commit 53de0d56b9
9 changed files with 14 additions and 13 deletions

View File

@@ -251,7 +251,7 @@ namespace BlackCore
const QByteArray bufferEncoded = m_fsdTextCodec->fromUnicode(buffer);
emitRawFsdMessage(buffer.trimmed(), true);
if (m_printToConsole) { qDebug() << "FSD Sent=>" << bufferEncoded; }
if (!m_unitTestMode) { m_socket.write(bufferEncoded); }
if (!m_unitTestMode) { m_socket.write(bufferEncoded); }
}
//! Default model string