gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] branch stable updated (31f1242 -> c3768df)


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch stable updated (31f1242 -> c3768df)
Date: Thu, 28 Mar 2019 21:16:12 +0100

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

marcello pushed a change to branch stable
in repository twister.

    from 31f1242  Remove pedantic check.
     add c3768df  workaround

No new revisions were added by this update.

Summary of changes:
 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]