mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
Fix missing arg
This commit is contained in:
@@ -152,7 +152,7 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
if (!msg.isEmpty())
|
if (!msg.isEmpty())
|
||||||
{
|
{
|
||||||
this->m_errorMsgs.append(QString("URL: %1 error: ").arg(url.toQString(), msg));
|
this->m_errorMsgs.append(QString("URL: %1 error: %2").arg(url.toQString(), msg));
|
||||||
}
|
}
|
||||||
return obtainNextWorkingUrl(random, connectTimeoutMs);
|
return obtainNextWorkingUrl(random, connectTimeoutMs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user