diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-04-28 19:10:19 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-04-28 19:10:19 +0000 |
commit | daccc883a54f8443347780c24d42c8d509ede3a6 (patch) | |
tree | 78035327bcc99ee700798e2fdf2684ad775a9328 /src/hostlist | |
parent | 571fe6e109ac2c8a045cc9c8824bce9205d5028f (diff) |
fix
git-svn-id: https://gnunet.org/svn/gnunet@15105 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/hostlist')
-rw-r--r-- | src/hostlist/test_gnunet_daemon_hostlist_learning.c | 6 |
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 4c466d5c7b..96dd038390 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, uint64_t value, int is_persistent) { - fprintf (stderr, - "New stat: %s has value %llu\n", - name, - (unsigned long long) value); - if ( (value == 2) && + if ( (value >= 2) && (learned_hostlist_downloaded == GNUNET_NO) ) { GNUNET_log (GNUNET_ERROR_TYPE_INFO, |