mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refs #642, as proposed by MS
https://dev.vatsim-germany.org/issues/642#note-4
This commit is contained in:
@@ -111,7 +111,7 @@ namespace BlackCore
|
||||
if (cacheAvailable && readMsgs.isFailure())
|
||||
{
|
||||
// error but cache is available, we can continue
|
||||
readMsgs.clipSeverity(CStatusMessage::SeverityWarning);
|
||||
readMsgs.clampSeverity(CStatusMessage::SeverityWarning);
|
||||
msgs.push_back(CStatusMessage(this, CStatusMessage::SeverityWarning, "Loading setup failed, but cache is available, will continue"));
|
||||
msgs.push_back(readMsgs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user