mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 22:39:18 +01:00
add extra space before error in log description (#6505)
to make it easier to read if the log reader using word wrap
This commit is contained in:
parent
879dacfba6
commit
dea585e69b
@ -558,7 +558,7 @@ class LibraryUpdateService(
|
|||||||
// # Source
|
// # Source
|
||||||
// - Manga
|
// - Manga
|
||||||
errors.groupBy({ it.second }, { it.first }).forEach { (error, mangas) ->
|
errors.groupBy({ it.second }, { it.first }).forEach { (error, mangas) ->
|
||||||
out.write("! ${error}\n")
|
out.write("\n! ${error}\n")
|
||||||
mangas.groupBy { it.source }.forEach { (srcId, mangas) ->
|
mangas.groupBy { it.source }.forEach { (srcId, mangas) ->
|
||||||
val source = sourceManager.getOrStub(srcId)
|
val source = sourceManager.getOrStub(srcId)
|
||||||
out.write(" # $source\n")
|
out.write(" # $source\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user