aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-24 14:34:22 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-24 14:34:22 +0000
commit41cc20177acc37e335f4d8587e9ee5fa3bb3ea2e (patch)
treeba6b5ad4a974bc544b7a5d7cf26a39a2bed5c771 /src
parent6fd34d4e09d94710855d4a712474ed51f3ffdb6f (diff)
downloadgnunet-41cc20177acc37e335f4d8587e9ee5fa3bb3ea2e.tar.gz
gnunet-41cc20177acc37e335f4d8587e9ee5fa3bb3ea2e.zip
Fixed logging
Diffstat (limited to 'src')
-rw-r--r--src/mesh/test_mesh_small.c2
1 files changed, 1 insertions, 1 deletions
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,
541 { 541 {
542 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 542 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
543 "***************** test: %s is UNKNOWN!?\n", 543 "***************** test: %s is UNKNOWN!?\n",
544 GNUNET_i2s(second)); 544 GNUNET_i2s(first));
545 return; 545 return;
546 } 546 }
547 mesh_peers[p2]++; 547 mesh_peers[p2]++;