gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: logging


From: gnunet
Subject: [libeufin] branch master updated: logging
Date: Sun, 16 Apr 2023 13:23:55 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new e61a4d09 logging
e61a4d09 is described below

commit e61a4d09d9721594a3d0b6275cbe880ae9de208f
Author: MS <ms@taler.net>
AuthorDate: Sun Apr 16 13:23:48 2023 +0200

    logging
---
 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
index c908a828..9d1e1fe4 100644
--- 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)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]