Minor fixes related to the SSL lib issue

https://discordapp.com/channels/539048679160676382/539925070550794240/691469857891418202
This commit is contained in:
Klaus Basan
2020-03-23 22:28:35 +01:00
committed by Mat Sutcliffe
parent 1e789c0951
commit 76e42cc16e
3 changed files with 7 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ namespace BlackCore
{
m_updateInfoUrls = cachedSetup.getSwiftUpdateInfoFileUrls(); // we use the info URLs from cached setup
msgs.push_back(cacheAvailable ?
CStatusMessage(this, CStatusMessage::SeverityInfo, u"Cache only setup, using it as it is") :
CStatusMessage(this, CStatusMessage::SeverityInfo, u"Cache only setup, using it as it is") :
CStatusMessage(this, CStatusMessage::SeverityError, u"Cache only setup, but cache is empty"));
msgs.push_back(this->manageSetupAvailability(false, false)); // treat cache as local read
return msgs;
@@ -116,7 +116,7 @@ namespace BlackCore
if (m_bootstrapUrls.isEmpty())
{
// after all still empty
msgs.push_back(CStatusMessage(this, CStatusMessage::SeverityInfo, u"Your log files are here: " % CDirectoryUtils::logDirectory()));
msgs.push_back(CStatusMessage(this, CStatusMessage::SeverityInfo, u"Your log files are here: " % CDirectoryUtils::logDirectory()));
msgs.push_back(CStatusMessage(this, CStatusMessage::SeverityError, u"No bootstrap URLs, cannot load setup"));
}
else