Ref T104, use unified log function

and removed some redundant log messages
This commit is contained in:
Klaus Basan
2017-07-12 18:56:25 +02:00
committed by Mathew Sutcliffe
parent c55ad7e142
commit 874b517e23
5 changed files with 18 additions and 18 deletions

View File

@@ -83,7 +83,6 @@ namespace BlackCore
// Worker thread, make sure to write no members here od do it threadsafe
if (!this->doWorkCheck())
{
CLogMessage(this).debug() << Q_FUNC_INFO;
CLogMessage(this).info("Terminated booking parsing process");
return; // stop, terminate straight away, ending thread
}
@@ -128,7 +127,6 @@ namespace BlackCore
{
if (!this->doWorkCheck())
{
CLogMessage(this).debug() << Q_FUNC_INFO;
CLogMessage(this).info("Terminated booking parsing process"); // for users
return; // stop, terminate straight away, ending thread
}