Activated progress bar
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 25 Nov 2010 10:34:14 +0000 (10:34 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 25 Nov 2010 10:34:14 +0000 (10:34 +0000)
src/transport/test_quota_compliance.c

index 0f552cbb006edb20d1563ff8be846a3397a4e395..769253c9469dd12bd1664e642d514c7030fa9424 100644 (file)
@@ -350,9 +350,7 @@ static void measurement_counter
   if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN))
        return;
 
-#if VERBOSE
   fprintf(stderr,".");
-#endif
   measurement_counter_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS,
                                                           &measurement_counter,
                                                           NULL);
@@ -379,9 +377,9 @@ measurement_end (void *cls,
     GNUNET_SCHEDULER_cancel (measurement_counter_task);
     measurement_counter_task = GNUNET_SCHEDULER_NO_TASK;
   }
-#if VERBOSE
+
   fprintf(stderr,"\n");
-#endif
+
 
   if (transmit_handle != NULL)
   {