X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_socket.c;h=97d6c448265ce62a03c5707045897e6ce917c901;hp=526d382a41d37d24ae8a718e95c21fbebd52fc9c;hb=706d855e507980de3845556989d7de7a3b9c76e8;hpb=3e61c7233b087b8400c29ca7a8d079aad8b706d8 diff --git a/src/net_socket.c b/src/net_socket.c index 526d382a..97d6c448 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -617,7 +617,7 @@ void setup_outgoing_connection(outgoing_t *outgoing) { if(n) outgoing->aip = outgoing->ai = get_known_addresses(n); if(!outgoing->ai) { - logger(DEBUG_ALWAYS, LOG_ERR, "No address known for %s", outgoing->name); + logger(DEBUG_ALWAYS, LOG_DEBUG, "No address known for %s", outgoing->name); return; } }