aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-20 21:49:49 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-20 21:49:49 +0200
commit0a8c135eedab5213b31c21b3d4b800e5f0f6041f (patch)
treea20585fb45e7269e7db75263cfa4ef7384c24957 /src/namestore
parent597539814533500b36b9d11ddf3868294b9e1ac2 (diff)
downloadgnunet-0a8c135eedab5213b31c21b3d4b800e5f0f6041f.tar.gz
gnunet-0a8c135eedab5213b31c21b3d4b800e5f0f6041f.zip
off by 0 in log msg
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-zoneimport.c2
1 files changed, 1 insertions, 1 deletions
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)
1855 delta = GNUNET_TIME_absolute_get_duration (last); 1855 delta = GNUNET_TIME_absolute_get_duration (last);
1856 last = GNUNET_TIME_absolute_get (); 1856 last = GNUNET_TIME_absolute_get ();
1857 fprintf (stderr, 1857 fprintf (stderr,
1858 "Read 10000 domain names in %s\n", 1858 "Read 100000 domain names in %s\n",
1859 GNUNET_STRINGS_relative_time_to_string (delta, 1859 GNUNET_STRINGS_relative_time_to_string (delta,
1860 GNUNET_YES)); 1860 GNUNET_YES));
1861 GNUNET_STATISTICS_set (stats, 1861 GNUNET_STATISTICS_set (stats,