Using lazy evaluating logger method now

This commit is contained in:
dankito 2020-10-04 19:21:05 +02:00
parent 7e11a77def
commit 03d8074fda
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ open class fints4kBankingClient(
serializer.serializeObject(fintsBank, clientDataFile)
} catch (e: Exception) {
log.error("Could not save bank data for $fintsBank", e)
log.error(e) { "Could not save bank data for $fintsBank" }
}
}