gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-twister] branch master updated: workaround


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: workaround
Date: Thu, 28 Mar 2019 21:10:57 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new c3768df  workaround
c3768df is described below

commit c3768df09dfa507bffe7891a0f2b21873dc57624
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 28 21:10:50 2019 +0100

    workaround
---
 src/twister/taler-twister-service.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 18537ef..ca8e4a8 100644
--- 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.
  *

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]