off by 0 in log msg
authorChristian Grothoff <christian@grothoff.org>
Sun, 20 May 2018 19:49:49 +0000 (21:49 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 20 May 2018 19:49:49 +0000 (21:49 +0200)
src/namestore/gnunet-zoneimport.c

index 57be5da7104f086e213a70d81c0e47068f108f98..44c9fe89e1175a1c1ca32e7cc965110bdc3cb26f 100644 (file)
@@ -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,