gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32782 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32782 - gnunet/src/mesh
Date: Sat, 22 Mar 2014 23:53:49 +0100

Author: bartpolot
Date: 2014-03-22 23:53:49 +0100 (Sat, 22 Mar 2014)
New Revision: 32782

Modified:
   gnunet/src/mesh/gnunet-mesh-profiler.c
Log:
- fix

Modified: gnunet/src/mesh/gnunet-mesh-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-22 22:53:48 UTC (rev 
32781)
+++ gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-22 22:53:49 UTC (rev 
32782)
@@ -982,8 +982,8 @@
     test_task = GNUNET_SCHEDULER_add_delayed (delay, &start_test, NULL);
     return; /* start_test from incoming_channel */
   }
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Starting in a minute...\n");
-  test_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_MINUTES,
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Starting in a second...\n");
+  test_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_,
                                             &start_test, NULL);
 }
 




reply via email to

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