Do not report “Failed: Extracting Archive” on download failure

This commit is contained in:
Allan Odgaard
2014-01-13 09:02:03 +07:00
parent c72d23d0b6
commit bdba01a30f

View File

@@ -224,7 +224,7 @@ namespace network
if(serverReply == 304 || goodSignature)
res = tbzDestination;
}
else
else if(serverReply == 200 || serverReply == 304)
{
error = "Extracting archive.";
}