]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct common log format line ending output
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 28 May 2010 21:56:27 +0000 (23:56 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 28 May 2010 21:56:27 +0000 (23:56 +0200)
src/log/access_log.cc

index 7f0423aa88210793f456348b3074546fed6b46dc..436b57f73e8add6f54849711139db91df8a28d1b 100644 (file)
@@ -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,