commit e61a4d09d9721594a3d0b6275cbe880ae9de208f parent d7cecd35a5f7ab3ab2491e4c4ad4f07e041e9944 Author: MS <ms@taler.net> Date: Sun, 16 Apr 2023 13:23:48 +0200 logging Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/FacadeUtil.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/FacadeUtil.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/FacadeUtil.kt @@ -59,7 +59,7 @@ fun ingestFacadeTransactions( ) { fun ingest(bankAccount: NexusBankAccountEntity, facade: FacadeEntity) { logger.debug( - "Ingesting transactions for Taler facade ${facade.id.value}," + + "Ingesting transactions for $facadeType facade ${facade.id.value}," + " and bank account: ${bankAccount.bankAccountName}" ) val facadeState = getFacadeState(facade.facadeName)