X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=0d58d6a8e8ad7d53146431eb04466ac5d4236d54;hp=6088740a906aab06893ce84fa4244ff5917b436c;hb=e220187f484f3549df3ad3a04939b9a38051d1a0;hpb=3671ed806d7371fb6b14a5909451b20e54a1b14a diff --git a/src/protocol.c b/src/protocol.c index 6088740a..0d58d6a8 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol.c,v 1.28.4.145 2003/07/30 11:50:45 guus Exp $ + $Id: protocol.c,v 1.28.4.146 2003/08/03 12:38:43 guus Exp $ */ #include "system.h" @@ -246,6 +246,6 @@ void age_past_requests(void) } if(left || deleted) - ifdebug(SCARY_THINGS) logger(LOG_DEBUG, _("Aging past requests: deleted %d, left %d\n"), + ifdebug(SCARY_THINGS) logger(LOG_DEBUG, _("Aging past requests: deleted %d, left %d"), deleted, left); }