Updated logged message
This commit is contained in:
parent
4ae4609ffb
commit
58748579b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue