1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-21 20:21:54 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;