setup_outgoing_connection: log to LOG_DEBUG on if no known address
authorFlorian Klink <flokli@flokli.de>
Thu, 2 Jul 2015 10:35:42 +0000 (12:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Jul 2015 19:22:53 +0000 (21:22 +0200)
commit0267aef826ba627aba3a525b36c0e7bfc0f9a221
treee274a919952b6cce737574fc0cd365e6f873a4b6
parent91355b9ac5a80d6d7da6951a72ea0c22651bdfa8
setup_outgoing_connection: log to LOG_DEBUG on if no known address

With AutoConnect = yes, tinc tries to establish connections to known hosts.
However, you could have set no Address for this host, which is perfectly fine
(as long as there is at least one bootstrap node with an address or a local
discovered node already part of the network)

So log this to LOG_DEBUG
src/net_socket.c