commit 174022907ba612e41d716f2bf5faf63ffc7c2332 parent 923ff3126ec45d62e362e36e374c9fcd4dbe3d60 Author: Florian Dold <florian@dold.me> Date: Sun, 12 Feb 2023 17:53:22 +0100 fix confusing log Diffstat:
| M | src/exchange/taler-exchange-httpd_kyc-check.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_kyc-check.c b/src/exchange/taler-exchange-httpd_kyc-check.c @@ -233,7 +233,7 @@ initiate_cb ( kyp->ih = NULL; kyp->ih_done = true; GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "KYC initiation completed with status %d (%s)\n", + "KYC initiation completed with ec=%d (%s)\n", ec, (TALER_EC_NONE == ec) ? redirect_url