Get rid of the message `zxnrbl\'.
authorIvo Timmermans <ivo@lychnis.net>
Mon, 27 Mar 2000 22:30:27 +0000 (22:30 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Mon, 27 Mar 2000 22:30:27 +0000 (22:30 +0000)
src/net.c

index daa8cf5..ec28d6a 100644 (file)
--- 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;
         }
     }