mirror of
https://github.com/gotson/komga.git
synced 2025-12-24 17:35:03 +01:00
refactor: spelling in logs
This commit is contained in:
parent
0136ff6fb2
commit
b9eb6936e9
2 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ class BookLifecycle(
|
|||
thumbnailBookRepository.markSelected(selected[0])
|
||||
}
|
||||
selected.isEmpty() && all.isNotEmpty() -> {
|
||||
logger.info { "Book has bo selected thumbnail, choosing one automatically" }
|
||||
logger.info { "Book has no selected thumbnail, choosing one automatically" }
|
||||
thumbnailBookRepository.markSelected(all.first())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ class SeriesLifecycle(
|
|||
thumbnailsSeriesRepository.markSelected(selected[0])
|
||||
}
|
||||
selected.isEmpty() && all.isNotEmpty() -> {
|
||||
logger.info { "Series has bo selected thumbnail, choosing one automatically" }
|
||||
logger.info { "Series has no selected thumbnail, choosing one automatically" }
|
||||
thumbnailsSeriesRepository.markSelected(all.first())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue