commit 0a8c135eedab5213b31c21b3d4b800e5f0f6041f
parent 597539814533500b36b9d11ddf3868294b9e1ac2
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 20 May 2018 21:49:49 +0200
off by 0 in log msg
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,