aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-15 09:38:53 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-15 09:38:53 +0000
commit697aa41b1e22503e2eb2d8802bdaf627b3931997 (patch)
tree94db401e3973e955cf72b373efe325d344349161 /src/topology
parent38ab83f306e3e627af5140aaf8875bf2e1cc6241 (diff)
downloadgnunet-697aa41b1e22503e2eb2d8802bdaf627b3931997.tar.gz
gnunet-697aa41b1e22503e2eb2d8802bdaf627b3931997.zip
simplifying transport plugin API
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index ad306e03c..40582029d 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -33,7 +33,7 @@
33#include "gnunet_util_lib.h" 33#include "gnunet_util_lib.h"
34 34
35 35
36#define DEBUG_TOPOLOGY GNUNET_YES 36#define DEBUG_TOPOLOGY GNUNET_NO
37 37
38/** 38/**
39 * For how long do we blacklist a peer after a failed 39 * For how long do we blacklist a peer after a failed
@@ -388,7 +388,7 @@ static void connect_notify (void *cls,
388 388
389#if DEBUG_TOPOLOGY 389#if DEBUG_TOPOLOGY
390 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 390 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
391 "Core told us that we connected to `%s'\n", 391 "Core told us that we are connecting to `%s'\n",
392 GNUNET_i2s (peer)); 392 GNUNET_i2s (peer));
393#endif 393#endif
394 connection_count++; 394 connection_count++;