X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=ec28d6a9f967e0d98400f3fc67e207d1386db312;hp=daa8cf506539b86f073f3921c7c5a53b5b3b149f;hb=c9246896901ff1ebad91ac399a4ea79fad941f75;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/src/net.c b/src/net.c index daa8cf50..ec28d6a9 100644 --- a/src/net.c +++ b/src/net.c @@ -256,8 +256,9 @@ int send_packet(ip_t to, vpn_packet_t *packet) } for(cl = conn_list; cl != NULL && !cl->status.outgoing; cl = cl->next); if(!cl) - { - syslog(LOG_ERR, "zxnrbl"); + { /* No open outgoing connection has been found. */ + if(debug_lvl > 2) + syslog(LOG_NOTICE, "There is no remote host I can send this packet to."); return -1; } }