mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +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; }
|
||||
CStatusMessage logMsg(msg);
|
||||
logMsg.addCategory(CLogCategory::dataInconsistency());
|
||||
logMsg.setSeverity(CStatusMessage::SeverityWarning);
|
||||
if (funcInfo)
|
||||
{
|
||||
const QByteArray m(logMsg.getMessage().toLatin1());
|
||||
|
||||
Reference in New Issue
Block a user