gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26183 - gnunet/src/regex


From: gnunet
Subject: [GNUnet-SVN] r26183 - gnunet/src/regex
Date: Thu, 21 Feb 2013 18:48:22 +0100

Author: bartpolot
Date: 2013-02-21 18:48:22 +0100 (Thu, 21 Feb 2013)
New Revision: 26183

Modified:
   gnunet/src/regex/gnunet-regex-profiler.c
Log:
- not error

Modified: gnunet/src/regex/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/regex/gnunet-regex-profiler.c    2013-02-21 17:06:37 UTC (rev 
26182)
+++ gnunet/src/regex/gnunet-regex-profiler.c    2013-02-21 17:48:22 UTC (rev 
26183)
@@ -449,7 +449,7 @@
 
 
 /**
- * Task to collect all statistics from all peers, will shutdown the
+ * Task to collect all statistics from s, will shutdown the
  * profiler, when done.
  *
  * @param cls NULL
@@ -1080,7 +1080,7 @@
         next_p = (++peer_cnt % num_peers);
         GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply(
                                         GNUNET_TIME_UNIT_MILLISECONDS,
-                                        200),
+                                        400),
                                       &announce_next_regex,
                                       (void *) (long) next_p);
       }
@@ -1386,9 +1386,8 @@
   if (++started_peers == num_peers)
   {
     prof_time = GNUNET_TIME_absolute_get_duration (prof_start_time);
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "All peers started successfully in %s\n",
-                GNUNET_STRINGS_relative_time_to_string (prof_time, GNUNET_NO));
+    printf("All peers started successfully in %s\n",
+           GNUNET_STRINGS_relative_time_to_string (prof_time, GNUNET_NO));
     result = GNUNET_OK;
 
     peer_handles = GNUNET_malloc (sizeof (struct GNUNET_TESTBED_Peer *) * 
num_peers);
@@ -1447,9 +1446,8 @@
   if (++created_peers == num_peers)
   {
     prof_time = GNUNET_TIME_absolute_get_duration (prof_start_time);
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "All peers created successfully in %s\n",
-                GNUNET_STRINGS_relative_time_to_string (prof_time, GNUNET_NO));
+    printf ("All peers created successfully in %s\n",
+            GNUNET_STRINGS_relative_time_to_string (prof_time, GNUNET_NO));
     /* Now peers are to be started */
     state = STATE_PEERS_STARTING;
     prof_start_time = GNUNET_TIME_absolute_get ();




reply via email to

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