gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18299 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r18299 - gnunet/src/testing
Date: Thu, 24 Nov 2011 13:33:49 +0100

Author: grothoff
Date: 2011-11-24 13:33:49 +0100 (Thu, 24 Nov 2011)
New Revision: 18299

Modified:
   gnunet/src/testing/testing.c
Log:
adjust log level to DEBUG as this is normal

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2011-11-24 12:31:32 UTC (rev 18298)
+++ gnunet/src/testing/testing.c        2011-11-24 12:33:49 UTC (rev 18299)
@@ -98,9 +98,11 @@
                                   GNUNET_NO, &test_address, &empty);
   if (GNUNET_YES == empty)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+#if DEBUG_TESTING
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Skipping empty HELLO address of peer %s\n",
                 GNUNET_i2s (&daemon->id));
+#endif
     return;
   }
 #endif




reply via email to

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