Merge pull request #905 from cyian-1756/urlRangeDownloadingImprovements
URL range ripping now appendsLog when it runs into an error
This commit is contained in:
commit
0ad511e95c
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user