File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Source/Orts.Simulation/Simulation/RollingStocks Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1687,12 +1687,14 @@ public override void Initialize()
16871687 if (HasSuperheater)
16881688 {
16891689 BackPressureIHPtoPSI = SteamTable.BackpressureSuperIHPtoPSI();
1690- Trace.TraceInformation("BackPressureIHPtoAtmPSI (Superheated) - default information read from SteamTables");
1690+ if (Simulator.Settings.VerboseConfigurationMessages)
1691+ Trace.TraceInformation("BackPressureIHPtoAtmPSI (Superheated) - default information read from SteamTables");
16911692 }
16921693 else
16931694 {
16941695 BackPressureIHPtoPSI = SteamTable.BackpressureSatIHPtoPSI();
1695- Trace.TraceInformation("BackPressureIHPtoAtmPSI (Saturated) - default information read from SteamTables");
1696+ if (Simulator.Settings.VerboseConfigurationMessages)
1697+ Trace.TraceInformation("BackPressureIHPtoAtmPSI (Saturated) - default information read from SteamTables");
16961698 }
16971699 }
16981700
You can’t perform that action at this time.
0 commit comments