From: adrian <> Date: Mon, 2 Oct 2006 08:21:50 +0000 (+0000) Subject: Add in a missing \n for the Squid access log format routine. X-Git-Tag: SQUID_3_0_PRE5~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=949a9c0dcf5e7f0eca515a4065d77a3d71d38fc0;p=thirdparty%2Fsquid.git Add in a missing \n for the Squid access log format routine. --- diff --git a/src/access_log.cc b/src/access_log.cc index f69a0e4bcc..e1de5cfe8d 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -1,6 +1,6 @@ /* - * $Id: access_log.cc,v 1.117 2006/09/30 16:51:41 serassio Exp $ + * $Id: access_log.cc,v 1.118 2006/10/02 02:21:50 adrian Exp $ * * DEBUG: section 46 Access Log * AUTHOR: Duane Wessels @@ -1310,7 +1310,7 @@ accessLogSquid(AccessLogEntry * al, Logfile * logfile) safe_free(ereq); safe_free(erep); } - + logfilePrintf(logfile, "\n"); safe_free(user); }