From 6ac3c6cd4d6e1e67ea34348057a20404969f5481 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 19 Feb 2018 15:38:21 +0100 Subject: bank-check test cmd offers exchange url as trait. --- src/include/taler_testing_lib.h | 2 +- src/include/taler_util.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index f2219dcf5..f8063fe3c 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -882,7 +882,7 @@ TALER_TESTING_get_trait_reserve_priv * @param cmd command to extract trait from * @param selector which process to pick if @a cmd has multiple * on offer - * @param coin_priv[out] set to address of the pointer to the + * @param processp[out] set to address of the pointer to the * process * @return #GNUNET_OK on success */ diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 407521c6e..2bdc888a6 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -31,6 +31,9 @@ #define TALER_LOG_DEBUG(...) \ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, __VA_ARGS__) +#define TALER_LOG_INFO(...) \ + GNUNET_log (GNUNET_ERROR_TYPE_INFO, __VA_ARGS__) + #define TALER_LOG_WARNING(...) \ GNUNET_log (GNUNET_ERROR_TYPE_WARNING, __VA_ARGS__) -- cgit v1.2.3