From b50523dc44bbb32f03d24573e195c071cbff3fc4 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Mon, 27 Mar 2000 22:30:27 +0000 Subject: [PATCH] Get rid of the message `zxnrbl\'. --- src/net.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } } -- 2.20.1