From: Christian Grothoff Date: Thu, 28 Apr 2011 19:10:19 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18586 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=486296aaa8a138f4a71adfb22ef8bf2e591d62ac;p=oweals%2Fgnunet.git fix --- 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, 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,