Calling now lazy evaluating logger method
This commit is contained in:
parent
7b0a936897
commit
17d3eb9a5b
|
@ -46,7 +46,7 @@ open class fints4kModelMapper(protected val modelCreator: IModelCreator) {
|
|||
val account = findMatchingAccount(bank, retrievedData.account)
|
||||
|
||||
if (account == null) {
|
||||
log.error("No matching account found for ${retrievedData.account}. Has there an account been added we didn't map yet?")
|
||||
log.error { "No matching account found for ${retrievedData.account}. Has there an account been added we didn't map yet?" }
|
||||
return null
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue