mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
[xswiftbus] Fixed wrong config variable name
This commit is contained in:
@@ -60,7 +60,7 @@ namespace XSwiftBus
|
||||
else if (stringCompareCaseInsensitive(key, "dbusAddress")) { valid = parseDBusAddress(value); }
|
||||
else if (stringCompareCaseInsensitive(key, "dbusPort")) { valid = parseDBusPort(value); }
|
||||
else if (stringCompareCaseInsensitive(key, "debug")) { valid = parseDebug(value); }
|
||||
else if (stringCompareCaseInsensitive(key, "tcasTraffic")) { valid = parseTcas(value); }
|
||||
else if (stringCompareCaseInsensitive(key, "tcas")) { valid = parseTcas(value); }
|
||||
else
|
||||
{
|
||||
WARNING_LOG("xswiftbus.conf line " + std::to_string(lineNo) + ": Unknown variable " + value + "!");
|
||||
|
||||
Reference in New Issue
Block a user