Updated logged message

This commit is contained in:
dankito 2020-09-19 01:37:54 +02:00
parent 4ae4609ffb
commit 58748579b4
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ open class fints4kBankingClient(
try {
return serializer.deserializeObject(getFints4kClientDataFile(customer), BankData::class)
} catch (e: Exception) {
log.warn(e) { "Could not deserialize bank data of $customer (which is ok if bank is just about to be added)" }
log.warn(e) { "Could not deserialize bank data of $customer" }
}
return null