1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-02 03:50:12 +02:00

Fix malformed log

This commit is contained in:
Rezha Julio
2020-05-23 15:20:46 +07:00
committed by GitHub
parent 00cc08ec27
commit b5ab57fed3

View File

@@ -84,7 +84,7 @@ class DownloadFileThread extends Thread {
logger.info("[!] " + Utils.getLocalizedString("deleting.existing.file") + prettySaveAs);
saveAs.delete();
} else {
logger.info("[!] " + Utils.getLocalizedString("skipping") + url + " -- "
logger.info("[!] " + Utils.getLocalizedString("skipping") + " " + url + " -- "
+ Utils.getLocalizedString("file.already.exists") + ": " + prettySaveAs);
observer.downloadExists(url, saveAs);
return;