mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T180, log pattern for cmd. line and logging some cmd line activities
This commit is contained in:
@@ -62,6 +62,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
const bool on = parser.toBool(2);
|
||||
const bool s = this->useFsuipc(on);
|
||||
CLogMessage(this, CLogCategory::cmdLine()).info("FSUIPC is '%1'") << boolToOnOff(s);
|
||||
return s;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user