From c9a9461a21671bac4629e498a3208808d4f14757 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 31 Aug 1997 22:59:49 +0000 Subject: Cosmetic: Make LogPrintf() calls consistent. --- usr.sbin/ppp/lcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/lcp.c') diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index a2d6485..1538b46 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.c,v 1.26 1997/08/20 23:47:45 brian Exp $ + * $Id: lcp.c,v 1.27 1997/08/25 00:29:15 brian Exp $ * * TODO: * o Validate magic number received from peer. @@ -140,7 +140,7 @@ LcpReportTime() time_t t; time(&t); - LogPrintf(LogDEBUG, "LcpReportTime: %s", ctime(&t)); + LogPrintf(LogDEBUG, "LcpReportTime: %s\n", ctime(&t)); } StopTimer(&LcpReportTimer); LcpReportTimer.state = TIMER_STOPPED; -- cgit v1.1