From 4b9fb610d81c47fbd8613cb71a4f25ce6b2d2993 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 Dec 2020 20:03:59 +0100 Subject: do not log error on MHD_HTTP_GONE status code, revocation is a legitimate reply --- src/testing/testing_api_helpers_bank.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/testing/testing_api_helpers_bank.c') diff --git a/src/testing/testing_api_helpers_bank.c b/src/testing/testing_api_helpers_bank.c index c42c52cd8..6751f3f4d 100644 --- a/src/testing/testing_api_helpers_bank.c +++ b/src/testing/testing_api_helpers_bank.c @@ -129,7 +129,9 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc) NULL); if (NULL == nexus_proc) { - GNUNET_break (0); + GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING, + "exec", + "libeufin-nexus"); return ret; } GNUNET_asprintf (&curl_check_cmd, -- cgit v1.2.3