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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user