diff --git a/src/blackcore/simulator.cpp b/src/blackcore/simulator.cpp index 5bcb762f1..9e85fd6bb 100644 --- a/src/blackcore/simulator.cpp +++ b/src/blackcore/simulator.cpp @@ -625,7 +625,10 @@ namespace BlackCore m_simulatorInternals.setSwiftPluginName(this->getSimulatorPluginInfo().toQString()); // info - CLogMessage(this).info("Initialized simulator driver: '%1'") << this->getSimulatorInfo().toQString(); + CLogMessage(this).info("Initialized simulator driver: '%1'") << + (this->getSimulatorInfo().isUnspecified() ? + this->getSimulatorPluginInfo().toQString() : + this->getSimulatorInfo().toQString()); } void ISimulator::onRecalculatedRenderedAircraft(const CAirspaceAircraftSnapshot &snapshot)