mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #350 Fixed CLogMessage methods for logging preformatted statusmessages.
This commit is contained in:
@@ -296,7 +296,9 @@ namespace BlackGui
|
||||
{
|
||||
CFlightPlan flightPlan;
|
||||
CStatusMessageList messages = this->validateAndInitializeFlightPlan(flightPlan);
|
||||
CLogMessage(this).validations(messages);
|
||||
messages.addCategories(this);
|
||||
messages.addCategory(CLogCategory::validation());
|
||||
CLogMessage::preformatted(messages);
|
||||
}
|
||||
|
||||
void CFlightPlanComponent::ps_resetFlightPlan()
|
||||
|
||||
Reference in New Issue
Block a user