From dc02821d8f7b5247b6b01bbd70e9a15a5ab87885 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 13 Mar 2020 19:13:36 +0100 Subject: fix regression introduced by addition of 'revoke' field --- src/testing/testing_api_cmd_check_keys.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/testing/testing_api_cmd_check_keys.c') diff --git a/src/testing/testing_api_cmd_check_keys.c b/src/testing/testing_api_cmd_check_keys.c index 6e5c694cf..397ace562 100644 --- a/src/testing/testing_api_cmd_check_keys.c +++ b/src/testing/testing_api_cmd_check_keys.c @@ -69,12 +69,12 @@ struct CheckKeysState /** * Value X to set as the URL parameter: * "/keys?last_denom_issue=X" is used only when `set_last_denom' - * equals GNUNET_YES. + * equals #GNUNET_YES. */ struct GNUNET_TIME_Absolute last_denom_date; /** - * If GNUNET_YES, then we'll provide the "/keys" request. + * If #GNUNET_YES, then we'll provide the "/keys" request. * with the "now" argument. */ int with_now; @@ -160,11 +160,10 @@ check_keys_run (void *cls, { /* Did not get the expected number of denomination keys! */ GNUNET_break (0); - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Got %u keys in step %s, expected %u\n", - is->keys->num_denom_keys, - cmd->label, - cks->num_denom_keys); + TALER_LOG_ERROR ("Got %u keys in step %s, expected %u\n", + is->keys->num_denom_keys, + cmd->label, + cks->num_denom_keys); TALER_TESTING_interpreter_fail (is); return; } -- cgit v1.2.3