gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: Flip the value of GNUNET_EXTRA_LOGGING g


From: gnunet
Subject: [gnunet] branch master updated: Flip the value of GNUNET_EXTRA_LOGGING given when it's undefined
Date: Thu, 02 Sep 2021 16:30:41 +0200

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

alessio-vanni pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 25d8a8a26 Flip the value of GNUNET_EXTRA_LOGGING given when it's 
undefined
     new 0004ff893 -Merge branch 'master' from upstream
25d8a8a26 is described below

commit 25d8a8a26626bf3cf80a85c1ad843e3a6dcf1c8a
Author: Alessio Vanni <vannilla@firemail.cc>
AuthorDate: Tue Aug 31 16:09:03 2021 +0200

    Flip the value of GNUNET_EXTRA_LOGGING given when it's undefined
    
    This change has an impact only on those programs where gnunet_config,h
    is *not* included.
    GNUnet's configure script always defines this macro with an appropriate 
value,
    so it will never use this hardcoded value.
    By giving it a non-zero value, applications can now make use of the full
    logging capabilities provided by GNUnet.
---
 src/include/gnunet_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 3cff9f482..3ee2a070a 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -135,7 +135,7 @@ enum GNUNET_GenericReturnValue
  * tree where gnunet_config.h is unavailable
  */
 #ifndef GNUNET_EXTRA_LOGGING
-#define GNUNET_EXTRA_LOGGING 0
+#define GNUNET_EXTRA_LOGGING 1
 #endif
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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