aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-28 19:10:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-28 19:10:19 +0000
commit486296aaa8a138f4a71adfb22ef8bf2e591d62ac (patch)
tree78035327bcc99ee700798e2fdf2684ad775a9328 /src
parent46ccd6b9c5129f694cf691aeeb3cafb4b628839d (diff)
downloadgnunet-486296aaa8a138f4a71adfb22ef8bf2e591d62ac.tar.gz
gnunet-486296aaa8a138f4a71adfb22ef8bf2e591d62ac.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 4c466d5c7..96dd03839 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -197,11 +197,7 @@ process_downloads (void *cls,
197 uint64_t value, 197 uint64_t value,
198 int is_persistent) 198 int is_persistent)
199{ 199{
200 fprintf (stderr, 200 if ( (value >= 2) &&
201 "New stat: %s has value %llu\n",
202 name,
203 (unsigned long long) value);
204 if ( (value == 2) &&
205 (learned_hostlist_downloaded == GNUNET_NO) ) 201 (learned_hostlist_downloaded == GNUNET_NO) )
206 { 202 {
207 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 203 GNUNET_log (GNUNET_ERROR_TYPE_INFO,