Add missing \n

This commit is contained in:
Alexandre Archambault 2016-04-05 16:24:38 +02:00
parent 1ac8a782a9
commit 4e74fe360f
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ class TermDisplay(
}
}
updateThread.removeEntry(url, !newUpdate, s"Checked $url") {
updateThread.removeEntry(url, !newUpdate, s"Checked $url\n") {
case info: CheckUpdateInfo =>
info.copy(remoteTimeOpt = remoteTimeOpt, isDone = true)
case _ =>