gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 01/02: print reducer state on error


From: gnunet
Subject: [taler-anastasis] 01/02: print reducer state on error
Date: Tue, 02 Nov 2021 17:17:52 +0100

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

dold pushed a commit to branch master
in repository anastasis.

commit d3ab9e708654ea81d1b2cea27283f776366da2a0
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Nov 2 17:16:43 2021 +0100

    print reducer state on error
---
 src/cli/anastasis-cli-redux.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cli/anastasis-cli-redux.c b/src/cli/anastasis-cli-redux.c
index dc9c7ab..0e6e54b 100644
--- a/src/cli/anastasis-cli-redux.c
+++ b/src/cli/anastasis-cli-redux.c
@@ -146,6 +146,9 @@ action_cb (void *cls,
                 "Redux failed with error %d: %s\n",
                 error_code,
                 TALER_ErrorCode_get_hint (error_code));
+    json_dumpf (result_state,
+                stderr,
+                JSON_INDENT (2));
   }
   GNUNET_SCHEDULER_shutdown ();
   global_ret = (TALER_EC_NONE != error_code) ? 1 : 0;

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