gnunet-svn
[Top][All Lists]
Advanced

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

[taler-cashless2ecash] branch master updated: fix: enhance logging


From: gnunet
Subject: [taler-cashless2ecash] branch master updated: fix: enhance logging
Date: Mon, 03 Jun 2024 12:50:00 +0200

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

joel-haeberli pushed a commit to branch master
in repository cashless2ecash.

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

commit 3dacd7fd195dea035347e8251071d55fe2cc977c
Author: Joel-Haeberli <haebu@rubigen.ch>
AuthorDate: Mon Jun 3 12:49:57 2024 +0200

    fix: enhance logging
---
 c2ec/db-postgres.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/c2ec/db-postgres.go b/c2ec/db-postgres.go
index 6a6b180..f46dec2 100644
--- a/c2ec/db-postgres.go
+++ b/c2ec/db-postgres.go
@@ -623,6 +623,8 @@ func (db *C2ECPostgres) GetTerminalProviderByName(name 
string) (*Provider, error
 
 func (db *C2ECPostgres) GetTerminalProviderByPaytoTargetType(paytoTargetType 
string) (*Provider, error) {
 
+       LogInfo("postgres", "loading provider for 
payto-target-type="+paytoTargetType)
+
        if row, err := db.pool.Query(
                db.ctx,
                PS_GET_PROVIDER_BY_PAYTO_TARGET_TYPE,

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