aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-30 15:43:33 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-30 15:43:33 +0000
commit2286a3b44da4b552db29dadf5873c294952fdd06 (patch)
tree62c72608cd12f3bd9d7206ee44afc7706910fe1f
parentf22fec7930cdbcc1c25d262d7ed164b818a22d00 (diff)
downloadgnunet-2286a3b44da4b552db29dadf5873c294952fdd06.tar.gz
gnunet-2286a3b44da4b552db29dadf5873c294952fdd06.zip
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 3b25f5bbe..a81a35743 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -1527,7 +1527,7 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
1527 { 1527 {
1528 n->fast_reconnect_attempts ++; 1528 n->fast_reconnect_attempts ++;
1529 1529
1530 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1530 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1531 "FAST RECONNECT to peer `%s' and address '%s' with identical address attempt %u\n", 1531 "FAST RECONNECT to peer `%s' and address '%s' with identical address attempt %u\n",
1532 GNUNET_i2s (&n->id), GST_plugins_a2s (address), n->fast_reconnect_attempts); 1532 GNUNET_i2s (&n->id), GST_plugins_a2s (address), n->fast_reconnect_attempts);
1533 } 1533 }