refs #242, fixed slot logging

This commit is contained in:
Klaus Basan
2014-05-31 02:05:35 +02:00
parent 1bb4c3120b
commit ba217fed57
3 changed files with 16 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ namespace BlackMiscTest
if (line.startsWith("app")) runtime->slotLogForApplication(enable);
else if (line.startsWith("aud")) runtime->slotLogForAudio(enable);
else if (line.startsWith("net")) runtime->slotLogForNetwork(enable);
else if (line.startsWith("own")) runtime->signalLogForOwnAircraft(enable);
else if (line.startsWith("own")) runtime->slotLogForOwnAircraft(enable);
else if (line.startsWith("set")) runtime->slotLogForSettings(enable);
else if (line.startsWith("sim")) runtime->slotLogForSimulator(enable);
else if (line.startsWith("all")) runtime->slotLog(enable);