aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 853a61127..7638839cc 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -2390,9 +2390,7 @@ test_blacklisted (void *cls, const struct GNUNET_PeerIdentity *key, void *value)
2390 * If (NULL != transport_name) we look for a transport specific entry: 2390 * If (NULL != transport_name) we look for a transport specific entry:
2391 * if (transport_name == be) forbidden 2391 * if (transport_name == be) forbidden
2392 * 2392 *
2393 */ 2393 */GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2394
2395 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2396 "Comparing BL request for peer `%4s':`%s' with BL entry: `%s'\n", 2394 "Comparing BL request for peer `%4s':`%s' with BL entry: `%s'\n",
2397 GNUNET_i2s (key), 2395 GNUNET_i2s (key),
2398 (NULL == transport_name) ? "unspecified" : transport_name, 2396 (NULL == transport_name) ? "unspecified" : transport_name,