gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -add debugging printfs


From: gnunet
Subject: [taler-anastasis] branch master updated: -add debugging printfs
Date: Sun, 23 Jan 2022 22:15:50 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new b7b7cf8  -add debugging printfs
b7b7cf8 is described below

commit b7b7cf83d3c1098beeff09ca3f35e6082ed9bffb
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 23 22:15:47 2022 +0100

    -add debugging printfs
---
 src/reducer/anastasis_api_discovery.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/reducer/anastasis_api_discovery.c 
b/src/reducer/anastasis_api_discovery.c
index 0ec2a81..0ac7c92 100644
--- a/src/reducer/anastasis_api_discovery.c
+++ b/src/reducer/anastasis_api_discovery.c
@@ -277,18 +277,27 @@ ANASTASIS_policy_discovery_start (const json_t *state,
        (! json_is_object (master_id)) )
   {
     GNUNET_break (0);
+    json_dumpf (state,
+                stderr,
+                JSON_INDENT (2));
     return NULL;
   }
   if ( (NULL == providers) ||
        (! json_is_object (providers)) )
   {
     GNUNET_break (0);
+    json_dumpf (state,
+                stderr,
+                JSON_INDENT (2));
     return NULL;
   }
   if ( (NULL == required_attributes) ||
        (! json_is_array (required_attributes)) )
   {
     GNUNET_break (0);
+    json_dumpf (state,
+                stderr,
+                JSON_INDENT (2));
     return NULL;
   }
 

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