gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix comment


From: gnunet
Subject: [libeufin] branch master updated: fix comment
Date: Thu, 12 Jan 2023 14:47:16 +0100

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 bdab4291 fix comment
bdab4291 is described below

commit bdab4291a7c2d2760c4c5fdbd79e7ecfeb00727b
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 12 14:26:19 2023 +0100

    fix comment
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
index 2929eca5..52c1961a 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
@@ -315,8 +315,8 @@ fun talerFilter(payment: NexusBankTransactionEntity, 
txDtls: TransactionDetails)
 
 fun maybeTalerRefunds(bankAccount: NexusBankAccountEntity, lastSeenId: Long) {
     logger.debug(
-        "Searching refundable payments of account: ${bankAccount}," +
-                " after last seen transaction id: ${lastSeenId}"
+        "Searching refundable payments of account: 
${bankAccount.bankAccountName}," +
+                " after last seen transaction id: $lastSeenId"
     )
     transaction {
         TalerInvalidIncomingPaymentsTable.innerJoin(NexusBankTransactionsTable,

-- 
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]