From: Brendan O'Dea Date: Mon, 10 Jan 2005 07:45:03 +0000 (+0000) Subject: missing newline X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~250 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/60d1a5f35a8c00b142d3f33c6f948b983cb53e00 missing newline --- diff --git a/l2tpns.c b/l2tpns.c index b6d8cbf..5ed511a 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -4,7 +4,7 @@ // Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced // vim: sw=8 ts=8 -char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.76 2005-01-10 07:17:37 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.77 2005-01-10 07:45:03 bodea Exp $"; #include #include @@ -856,7 +856,7 @@ static void processipout(uint8_t * buf, int len) if (sess_count[s].packets_dropped) { INC_STAT(tun_rx_dropped, sess_count[s].packets_dropped); - LOG(2, s, t, "Possible DoS attack on %s (%s); dropped %u packets.", + LOG(2, s, t, "Possible DoS attack on %s (%s); dropped %u packets.\n", fmtaddr(ip, 0), sp->user, sess_count[s].packets_dropped); }