commit c3768df09dfa507bffe7891a0f2b21873dc57624 parent 31f1242609ac4863d681df57503c744af54d90df Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 28 Mar 2019 21:10:50 +0100 workaround Diffstat:
| M | src/twister/taler-twister-service.c | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c @@ -41,6 +41,17 @@ #include <taler/taler_util.h> #include <zlib.h> + +/** + * To be removed upon the next release. + */ +#ifndef TALER_LOG_INFO + +#define TALER_LOG_INFO(...) \ + GNUNET_log (GNUNET_ERROR_TYPE_INFO, __VA_ARGS__) + +#endif + /** * Log curl error. *