Small fix.
This commit is contained in:
parent
d82978f7e1
commit
88f4dd9cca
@ -670,7 +670,6 @@ bool MUtils::UpdateChecker::execCurl(const QStringList &args, const QString &wor
|
|||||||
{
|
{
|
||||||
switch (exitCode)
|
switch (exitCode)
|
||||||
{
|
{
|
||||||
case -1:
|
|
||||||
case 0: log(QLatin1String("DONE: Transfer completed successfully."), ""); break;
|
case 0: log(QLatin1String("DONE: Transfer completed successfully."), ""); break;
|
||||||
case 6: log(QLatin1String("ERROR: Remote host could not be resolved!"), ""); break;
|
case 6: log(QLatin1String("ERROR: Remote host could not be resolved!"), ""); break;
|
||||||
case 7: log(QLatin1String("ERROR: Connection to remote host could not be established!"), ""); break;
|
case 7: log(QLatin1String("ERROR: Connection to remote host could not be established!"), ""); break;
|
||||||
|
Loading…
Reference in New Issue
Block a user