[AFV] Log. messages

This commit is contained in:
Klaus Basan
2020-04-16 02:55:21 +02:00
committed by Mat Sutcliffe
parent d96c5e51e3
commit 828b57f5a2

View File

@@ -351,7 +351,7 @@ namespace BlackCore
if (!m_isStarted) if (!m_isStarted)
{ {
CLogMessage(this).info(u"Client NOT started"); CLogMessage(this).info(u"Client was NOT started, not stopping!");
return; return;
} }
@@ -364,7 +364,7 @@ namespace BlackCore
m_input->stop(); m_input->stop();
m_output->stop(); m_output->stop();
} }
CLogMessage(this).info(u"Client stopped"); CLogMessage(this).info(u"AFV Client stopped");
emit this->inputVolumePeakVU(0.0); emit this->inputVolumePeakVU(0.0);
emit this->outputVolumePeakVU(0.0); emit this->outputVolumePeakVU(0.0);