Minor fix

This commit is contained in:
Alexandre Archambault 2016-02-16 00:46:14 +01:00
parent 2637366229
commit 88708732f9
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class TermDisplay(
doneQueue += (url -> infos.get(url))
}
if (fallbackMode) {
if (fallbackMode && success) {
// FIXME What about concurrent accesses to out from the thread above?
out.write(s"Downloaded $url\n")
out.flush()