From: Matthias Wachs Date: Thu, 20 Mar 2014 09:33:28 +0000 (+0000) Subject: additional log info X-Git-Tag: initial-import-from-subversion-38251~4492 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cc9b711630f9822a20f591f8cc93ae4903707ade;p=oweals%2Fgnunet.git additional log info --- diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index 6b2a7eef5..11520a5f4 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -2858,7 +2858,7 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, "ATS tells us to switch to %s address '%s' session %p for " "peer `%s' in state %s/%d (quota in/out %u %u )\n", GNUNET_HELLO_address_check_option (address, - GNUNET_HELLO_ADDRESS_INFO_INBOUND) ? "inbound" : "", + GNUNET_HELLO_ADDRESS_INFO_INBOUND) ? "inbound" : "outbound", GST_plugins_a2s (address), session, GNUNET_i2s (peer), GNUNET_TRANSPORT_ps2s (n->state), n->send_connect_ack, ntohl (bandwidth_in.value__), ntohl (bandwidth_out.value__));