mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-22 20:23:35 -05:00
Correctly set name of logger (#956)
This commit is contained in:
@@ -390,7 +390,7 @@ object Manga {
|
||||
logContext: KLogger = logger,
|
||||
mangaId: Int,
|
||||
): Boolean {
|
||||
val log = KotlinLogging.logger { "${logContext.name}::isInExcludedDownloadCategory($mangaId)" }
|
||||
val log = KotlinLogging.logger("${logContext.name}::isInExcludedDownloadCategory($mangaId)")
|
||||
|
||||
// Verify the manga is configured to be downloaded based on it's categories.
|
||||
var mangaCategories = CategoryManga.getMangaCategories(mangaId).toSet()
|
||||
|
||||
Reference in New Issue
Block a user