Updated logged message
This commit is contained in:
parent
4ae4609ffb
commit
58748579b4
|
@ -185,7 +185,7 @@ open class fints4kBankingClient(
|
||||||
try {
|
try {
|
||||||
return serializer.deserializeObject(getFints4kClientDataFile(customer), BankData::class)
|
return serializer.deserializeObject(getFints4kClientDataFile(customer), BankData::class)
|
||||||
} catch (e: Exception) {
|
} 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
|
return null
|
||||||
|
|
Loading…
Reference in New Issue