mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Minor fixes related to the SSL lib issue
https://discordapp.com/channels/539048679160676382/539925070550794240/691469857891418202
This commit is contained in:
committed by
Mat Sutcliffe
parent
1e789c0951
commit
76e42cc16e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user