gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17103 - gnunet/src/testing
Date: Thu, 29 Sep 2011 15:57:03 +0200

Author: grothoff
Date: 2011-09-29 15:57:02 +0200 (Thu, 29 Sep 2011)
New Revision: 17103

Modified:
   gnunet/src/testing/testing_group.c
Log:
dbg

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2011-09-29 13:37:19 UTC (rev 17102)
+++ gnunet/src/testing/testing_group.c  2011-09-29 13:57:02 UTC (rev 17103)
@@ -2668,8 +2668,10 @@
         GNUNET_free (data);
         return connect_attempts;
       }
-      GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                  "Read %u total peers in topology\n", total_peers);
+#if DEBUG_TESTING
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                  "Found %u total peers in topology\n", total_peers);
+#endif
       GNUNET_assert (total_peers == pg->total);
       curr_state = PEER_INDEX;
       while ((buf[count] != '\n') && (count < frstat.st_size - 1))
@@ -6333,7 +6335,7 @@
  */
 struct GNUNET_TESTING_Daemon *
 GNUNET_TESTING_daemon_get_by_id (struct GNUNET_TESTING_PeerGroup *pg,
-                                 struct GNUNET_PeerIdentity *peer_id)
+                                 const struct GNUNET_PeerIdentity *peer_id)
 {
   unsigned int i;
 




reply via email to

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