mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #288, added FSD servers to context
* new logging in empty context * formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
a401ce439d
commit
c39b72b12f
@@ -26,7 +26,7 @@ namespace BlackCore
|
||||
return new BlackCore::CContextNetworkProxy(BlackCore::CDBusServer::ServiceName, conn, mode, runtime);
|
||||
case CRuntimeConfig::NotUsed:
|
||||
default:
|
||||
return new BlackCore::CContextNetworkEmpty(true, runtime);
|
||||
return new BlackCore::CContextNetworkEmpty(runtime);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user