wrong name
authorChristian Grothoff <christian@grothoff.org>
Fri, 10 Sep 2010 10:07:26 +0000 (10:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 10 Sep 2010 10:07:26 +0000 (10:07 +0000)
src/hostlist/hostlist-client.c

index 418eb5bdef91e0b15495f26ac1bdf7eb1ad50df9..c9856de692fea255b6381262e4ba61fb971e9900 100644 (file)
@@ -1080,7 +1080,7 @@ task_check (void *cls,
     hostlist_delay = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS,
                                                     (1 + stat_connection_count));
   GNUNET_STATISTICS_set (stats,
-                         gettext_noop("# seconds between hostlist downloads"),
+                         gettext_noop("# milliseconds between hostlist downloads"),
                          hostlist_delay.value,
                          GNUNET_YES);
   if (0 == once)
@@ -1585,7 +1585,7 @@ GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c,
   }
   GNUNET_STATISTICS_get (stats,
                         "hostlist",
-                        gettext_noop("# seconds between hostlist downloads"),
+                        gettext_noop("# milliseconds between hostlist downloads"),
                         GNUNET_TIME_UNIT_MINUTES,
                         &primary_task,
                         &process_stat,