mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
refactor(komga): use lazy logging statement
This commit is contained in:
parent
38fcde9ee7
commit
479aff2feb
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class BookConverter(
|
|||
|
||||
if (book.path.extension.lowercase() == "epub" && media.mediaType == MediaType.ZIP.type) {
|
||||
skippedRepairs += book.id
|
||||
logger.info("EPUB file detected as zip should not be repaired, skipping: ${book.path}")
|
||||
logger.info { "EPUB file detected as zip should not be repaired, skipping: ${book.path}" }
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue