mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #316 Debug messages should not be displayed by simulator plugins.
This commit is contained in:
@@ -261,6 +261,8 @@ namespace BlackSimPlugin
|
||||
SIMCONNECT_TEXT_TYPE type = SIMCONNECT_TEXT_TYPE_PRINT_BLACK;
|
||||
switch (message.getSeverity())
|
||||
{
|
||||
case CStatusMessage::SeverityDebug:
|
||||
return;
|
||||
case CStatusMessage::SeverityInfo:
|
||||
type = SIMCONNECT_TEXT_TYPE_PRINT_GREEN;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user