swift: Fixed wrong startup message
This commit is contained in:
parent
21124e7b7e
commit
aaa753d169
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ void CPlugin::startServer()
|
|||
std::string listenAddress = "tcp:host=" + ip + ",port=" + port;
|
||||
if (! m_dbusP2PServer->listen(listenAddress))
|
||||
{
|
||||
m_service->addTextMessage("XSwiftBus startup failed!");
|
||||
m_service->addTextMessage("FGSwiftBus startup failed!");
|
||||
return;
|
||||
}
|
||||
m_dbusP2PServer->setDispatcher(&m_dbusDispatcher);
|
||||
|
|
Loading…
Add table
Reference in a new issue