gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] 07/11: debug stmt


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 07/11: debug stmt
Date: Wed, 16 May 2018 10:42:02 +0200

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

marcello pushed a commit to branch master
in repository twister.

commit d8deed297a0cfc340b23ffa2115c078a7312e385
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 15 12:59:06 2018 +0200

    debug stmt
---
 src/twister/taler-twister-service.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 84a5836..7108e39 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1243,7 +1243,8 @@ create_response (void *cls,
     if ('\0' != flip_path_ul[0])
     {
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                  "Going to modify the upload object\n");
+                  "Going to modify the upload object (%s)\n",
+                  hr->io_buf);
       json_t *tmp;
 
       tmp = json_loads (hr->io_buf,
@@ -1257,6 +1258,11 @@ create_response (void *cls,
        * bit does not change the data size.  */
       hr->io_buf = json_dumps (tmp,
                                JSON_COMPACT);
+
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                  "Flipped (?) upload object (%s)\n",
+                  hr->io_buf);
+
       json_decref (tmp);
     }
 

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



reply via email to

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