gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: remove further occu


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: remove further occurrence of "hint"
Date: Thu, 29 Jun 2017 00:09:27 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e92b10b  remove further occurrence of "hint"
e92b10b is described below

commit e92b10b78448a8b53d1d924559ba1db1acc8bb5e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 29 00:09:17 2017 +0200

    remove further occurrence of "hint"
---
 src/lib/merchant_api_refund.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/lib/merchant_api_refund.c b/src/lib/merchant_api_refund.c
index 215298e..8cea8b7 100644
--- a/src/lib/merchant_api_refund.c
+++ b/src/lib/merchant_api_refund.c
@@ -291,10 +291,9 @@ handle_refund_lookup_finished (void *cls,
                  "error", &error,
                  "code", &code);
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Failed GET /refund, error: %s, code: %d, hint: %s\n",
+                "Failed GET /refund, error: %s, code: %d\n",
                 error,
-                code,
-                hint);
+                code);
   }
 }
 

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



reply via email to

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