From 0a8c135eedab5213b31c21b3d4b800e5f0f6041f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 May 2018 21:49:49 +0200 Subject: off by 0 in log msg --- src/namestore/gnunet-zoneimport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c index 57be5da71..44c9fe89e 100644 --- a/src/namestore/gnunet-zoneimport.c +++ b/src/namestore/gnunet-zoneimport.c @@ -1855,7 +1855,7 @@ process_stdin (void *cls) delta = GNUNET_TIME_absolute_get_duration (last); last = GNUNET_TIME_absolute_get (); fprintf (stderr, - "Read 10000 domain names in %s\n", + "Read 100000 domain names in %s\n", GNUNET_STRINGS_relative_time_to_string (delta, GNUNET_YES)); GNUNET_STATISTICS_set (stats, -- cgit v1.2.3