gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18694 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r18694 - gnunet/src/ats
Date: Mon, 19 Dec 2011 17:08:07 +0100

Author: wachs
Date: 2011-12-19 17:08:07 +0100 (Mon, 19 Dec 2011)
New Revision: 18694

Modified:
   gnunet/src/ats/ats_api_scheduling.c
Log:
- only when VERBOSE


Modified: gnunet/src/ats/ats_api_scheduling.c
===================================================================
--- gnunet/src/ats/ats_api_scheduling.c 2011-12-19 15:59:48 UTC (rev 18693)
+++ gnunet/src/ats/ats_api_scheduling.c 2011-12-19 16:08:07 UTC (rev 18694)
@@ -721,11 +721,13 @@
   /* Store in list */
   if (net != NULL)
   {
+#if VERBOSE_ATS
     char * netmask = strdup (GNUNET_a2s((struct sockaddr *) net->netmask, 
addrlen));
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Adding network `%s', netmask `%s'\n",
         GNUNET_a2s((struct sockaddr *) net->network, addrlen),
         netmask);
     GNUNET_free (netmask);
+# endif
     GNUNET_CONTAINER_DLL_insert(sh->net_head, sh->net_tail, net);
   }
   return GNUNET_OK;




reply via email to

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