From: Henrik Nordstrom Date: Fri, 28 May 2010 21:56:27 +0000 (+0200) Subject: Correct common log format line ending output X-Git-Tag: SQUID_3_2_0_1~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2adee6dea5e8d02f1a145c185dc24fe3d044ffa5;p=thirdparty%2Fsquid.git Correct common log format line ending output --- diff --git a/src/log/access_log.cc b/src/log/access_log.cc index 7f0423aa88..436b57f73e 100644 --- a/src/log/access_log.cc +++ b/src/log/access_log.cc @@ -1845,7 +1845,7 @@ accessLogCommon(AccessLogEntry * al, Logfile * logfile) user2 = accessLogFormatName(al->cache.rfc931); - logfilePrintf(logfile, "%s %s %s [%s] \"%s %s HTTP/%d.%d\" %d %"PRId64" %s%s:%s%c", + logfilePrintf(logfile, "%s %s %s [%s] \"%s %s HTTP/%d.%d\" %d %"PRId64" %s%s:%s%s", client, user2 ? user2 : dash_str, user1 ? user1 : dash_str,