mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
Threaded reader must not override severity of validation message
This commit is contained in:
@@ -200,7 +200,6 @@ namespace BlackCore
|
|||||||
if (msg.isEmpty()) { return; }
|
if (msg.isEmpty()) { return; }
|
||||||
CStatusMessage logMsg(msg);
|
CStatusMessage logMsg(msg);
|
||||||
logMsg.addCategory(CLogCategory::dataInconsistency());
|
logMsg.addCategory(CLogCategory::dataInconsistency());
|
||||||
logMsg.setSeverity(CStatusMessage::SeverityWarning);
|
|
||||||
if (funcInfo)
|
if (funcInfo)
|
||||||
{
|
{
|
||||||
const QByteArray m(logMsg.getMessage().toLatin1());
|
const QByteArray m(logMsg.getMessage().toLatin1());
|
||||||
|
|||||||
Reference in New Issue
Block a user