X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdv%2Ftest_transport_blacklist.c;h=10d44c31c5fe03de3b0299ec0952b3d39cda35cd;hb=c2d9d1e64c9801122caaa6b429fc67706db5c9d7;hp=834cde19a13a985d760a789e204b066a84ef3f7c;hpb=d0a232898f2877d4584b7bf97974e0bbde73fab8;p=oweals%2Fgnunet.git diff --git a/src/dv/test_transport_blacklist.c b/src/dv/test_transport_blacklist.c index 834cde19a..10d44c31c 100644 --- a/src/dv/test_transport_blacklist.c +++ b/src/dv/test_transport_blacklist.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2009, 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -33,14 +33,16 @@ static int ok; static void test_connection (void *cls, + struct GNUNET_TESTBED_RunHandle *h, unsigned int num_peers, struct GNUNET_TESTBED_Peer **peers, unsigned int links_succeeded, unsigned int links_failed) { + GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Links successful %u / %u failed\n", links_succeeded, links_failed); if ( (4 == num_peers) && (0 == links_failed) ) { - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Testbed connect peers despite blacklist!\n"); ok = 1; }