mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-31 17:42:11 +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);
|
queueListModel.add(queueListModel.size(), realURL);
|
||||||
ripTextfield.setText("");
|
ripTextfield.setText("");
|
||||||
} else {
|
} 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