
vpnc at unix-ag
Jun 12, 2008, 12:05 PM
Post #1 of 1
(85 views)
Permalink
|
|
svn commit: vpnc r293 - /trunk/tunip.c
|
|
Author: Joerg Mayer Date: Thu Jun 12 21:05:27 2008 New Revision: 293 Log: Change the syslog message on NAT keepalives into a DEBUG 1 message. Modified: trunk/tunip.c Modified: trunk/tunip.c ============================================================================== --- trunk/tunip.c (original) +++ trunk/tunip.c Thu Jun 12 21:05:27 2008 @@ -212,7 +212,7 @@ } if( r == 1 && *buf == 0xff ) { - syslog(LOG_INFO, "UDP NAT keepalive packet received" ); + DEBUG(1, "UDP NAT keepalive packet received" ); return -1; } if (r < s->ipsec.em->fixed_header_size) { _______________________________________________ vpnc-devel mailing list vpnc-devel[at]unix-ag.uni-kl.de https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel http://www.unix-ag.uni-kl.de/~massar/vpnc/
|