[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: off by 0 in log msg
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: off by 0 in log msg |
Date: |
Sun, 20 May 2018 21:49:51 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 0a8c135ee off by 0 in log msg
0a8c135ee is described below
commit 0a8c135eedab5213b31c21b3d4b800e5f0f6041f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 20 21:49:49 2018 +0200
off by 0 in log msg
---
src/namestore/gnunet-zoneimport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: off by 0 in log msg,
gnunet <=