gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix log msg


From: gnunet
Subject: [taler-exchange] branch master updated: fix log msg
Date: Sun, 01 Mar 2020 13:45:21 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 31958f3a fix log msg
31958f3a is described below

commit 31958f3ae8be39d832af2e8c37dd29505318f075
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 1 13:45:19 2020 +0100

    fix log msg
---
 src/exchange-tools/taler-exchange-wire.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-exchange-wire.c 
b/src/exchange-tools/taler-exchange-wire.c
index 10d849b4..d69f61ed 100644
--- a/src/exchange-tools/taler-exchange-wire.c
+++ b/src/exchange-tools/taler-exchange-wire.c
@@ -77,7 +77,8 @@ sign_account_data (void *cls,
   if (NULL == wire)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Could not sign wire account `%s'. Is the URI well-formed?\n");
+                "Could not sign wire account `%s'. Is the URI well-formed?\n",
+                ai->payto_uri);
     global_ret = 1;
     return;
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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