gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29630 - gnunet/src/regex
Date: Thu, 26 Sep 2013 18:26:29 +0200

Author: bartpolot
Date: 2013-09-26 18:26:29 +0200 (Thu, 26 Sep 2013)
New Revision: 29630

Modified:
   gnunet/src/regex/gnunet-regex-profiler.c
Log:
- more feedback regarding shutdown


Modified: gnunet/src/regex/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/regex/gnunet-regex-profiler.c    2013-09-26 15:43:23 UTC (rev 
29629)
+++ gnunet/src/regex/gnunet-regex-profiler.c    2013-09-26 16:26:29 UTC (rev 
29630)
@@ -596,9 +596,11 @@
   peer_cnt++;
   peer = &peers[peer_cnt];
 
+  fprintf (stderr, "s");
   if (peer_cnt == num_peers)
   {
     struct GNUNET_TIME_Relative delay = { 100 };
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO, "\nCollecting stats finished. Shutting 
down.\n");
     shutdown_task = GNUNET_SCHEDULER_add_delayed (delay, &do_shutdown, NULL);
     result = GNUNET_OK;
   }
@@ -795,7 +797,7 @@
       search_timeout_task = GNUNET_SCHEDULER_NO_TASK;
     }
 
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Collecting stats and shutting 
down.\n");
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Collecting stats.\n");
     GNUNET_SCHEDULER_add_now (&do_collect_stats, NULL);
   }
 }




reply via email to

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