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);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user