1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-30 17:20:20 +02:00

URL range ripping now appendsLog when it runs into an error

This commit is contained in:
cyian-1756
2018-09-02 18:33:31 -04:00
parent 867e00d4d9
commit 209e8df40f

View File

@@ -1238,7 +1238,8 @@ public final class MainWindow implements Runnable, RipStatusHandler {
queueListModel.add(queueListModel.size(), realURL);
ripTextfield.setText("");
} else {
LOGGER.error("Can't find ripper for " +realURL);
appendLog("Can't find ripper for " + realURL, Color.RED);
LOGGER.error("Can't find ripper for " + realURL);
}
}
}