mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Renamed function to hasSuccesfullyConnectedSwiftDb()
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1aa8cfb1e8
commit
52caf795d1
@@ -83,7 +83,7 @@ namespace BlackGui
|
||||
|
||||
bool CDataInfoAreaComponent::writeDbDataToResourceDir() const
|
||||
{
|
||||
if (!sGui || !sGui->getWebDataServices()->hasConnectedSwiftDb())
|
||||
if (!sGui || !sGui->getWebDataServices()->hasSuccesfullyConnectedSwiftDb())
|
||||
{
|
||||
CLogMessage(this).warning("No connection to DB yet, no new data loaded which can be written");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user