anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit d3ab9e708654ea81d1b2cea27283f776366da2a0
parent 6392d1e9b9bb792d0d83745ac3679b564f7bb0af
Author: Florian Dold <florian@dold.me>
Date:   Tue,  2 Nov 2021 17:16:43 +0100

print reducer state on error

Diffstat:
Msrc/cli/anastasis-cli-redux.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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;