From: Bart Polot Date: Mon, 24 Oct 2011 14:34:22 +0000 (+0000) Subject: Fixed logging X-Git-Tag: initial-import-from-subversion-38251~16283 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=41cc20177acc37e335f4d8587e9ee5fa3bb3ea2e;p=oweals%2Fgnunet.git Fixed logging --- diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c index 9f075638a..6545472c9 100644 --- a/src/mesh/test_mesh_small.c +++ b/src/mesh/test_mesh_small.c @@ -541,7 +541,7 @@ topo_cb (void *cls, { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "***************** test: %s is UNKNOWN!?\n", - GNUNET_i2s(second)); + GNUNET_i2s(first)); return; } mesh_peers[p2]++;