additional log info
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 20 Mar 2014 09:33:28 +0000 (09:33 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 20 Mar 2014 09:33:28 +0000 (09:33 +0000)
src/transport/gnunet-service-transport_neighbours.c

index 6b2a7eef526a2219e8d2c9a4b33cc59e868b062f..11520a5f4b7be0e42a4906dee31361089bca1ccd 100644 (file)
@@ -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__));