gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] 14/34: logging


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 14/34: logging
Date: Sat, 17 Mar 2018 01:58:05 +0100

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

marcello pushed a commit to branch master
in repository twister.

commit dcad2cacff4a3c8e823555a32a469493ac2334c8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 7 16:31:53 2018 +0100

    logging
---
 src/twister/taler-twister-service.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 298f2a2..929a087 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1107,8 +1107,8 @@ create_response (void *cls,
     element = parsed_response;
     do
     {
-      TALER_LOG_WARNING ("Iterating over token: %s\n",
-                         token_path);
+      TALER_LOG_DEBUG ("Iterating over token: %s\n",
+                       token_path);
 
       /* The root object will be emptied. */
       if (NULL == token_path)
@@ -1155,7 +1155,8 @@ create_response (void *cls,
                                  hr->response);
     }
 
-    TALER_LOG_INFO ("Emptying object..\n");
+    TALER_LOG_INFO ("Emptying object '%s'\n",
+                    json_dumps (element, JSON_COMPACT));
     mod_response = json_dumps (parsed_response, JSON_COMPACT);
 
     json_decref (parsed_response);

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



reply via email to

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