gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r18059 - gnunet/src/testing
Date: Wed, 9 Nov 2011 00:28:42 +0100

Author: bartpolot
Date: 2011-11-09 00:28:42 +0100 (Wed, 09 Nov 2011)
New Revision: 18059

Modified:
   gnunet/src/testing/testing.c
Log:
Added logging, fixed doxygen

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2011-11-08 23:20:42 UTC (rev 18058)
+++ gnunet/src/testing/testing.c        2011-11-08 23:28:42 UTC (rev 18059)
@@ -80,7 +80,7 @@
  * Receive the HELLO from one peer, give it to the other
  * and ask them to connect.
  *
- * @param cls "struct ConnectContext"
+ * @param cls Closure (daemon whose hello is this).
  * @param message HELLO message of peer
  */
 static void
@@ -98,9 +98,9 @@
                                   GNUNET_NO, &test_address, &empty);
   if (GNUNET_YES == empty)
   {
-#if DEBUG_TESTING
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Skipping empty HELLO address\n");
-#endif
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "Skipping empty HELLO address of peer %s\n",
+                GNUNET_i2s (&daemon->id));
     return;
   }
 #endif




reply via email to

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