Fix: string format, empty arg

This commit is contained in:
Laurent Clouet
2024-06-01 16:02:42 +02:00
parent 788158cad0
commit aa28ebd3f1

View File

@@ -120,7 +120,7 @@ public class DownloadManager {
this.log.debug("DownloadManager::downloadActual problem with Server.HTTPGetFile (return: " + ret + ") removing local file (path: " + this.local_target + ")");
}
else if (md5_check == false) {
this.gui.error(String.format("Verification of downloaded %s has failed. Retrying now"));
this.gui.error("Verification of downloaded file has failed. Retrying now");
this.log.debug("DownloadManager::downloadActual problem with Client::checkFile mismatch on md5, removing local file (path: " + this.local_target + ")");
}