From: Matthias Wachs Date: Fri, 30 Mar 2012 15:43:33 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~14052 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2286a3b44da4b552db29dadf5873c294952fdd06;p=oweals%2Fgnunet.git --- 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, { n->fast_reconnect_attempts ++; - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "FAST RECONNECT to peer `%s' and address '%s' with identical address attempt %u\n", GNUNET_i2s (&n->id), GST_plugins_a2s (address), n->fast_reconnect_attempts); }