--------------------- PatchSet 4558 Date: 2007/05/16 03:00:14 Author: adri Branch: squid3_logdaemon Tag: (none) Log: Fix headers.log logfile generation. Members: src/access_log.cc:1.44.4.2->1.44.4.3 Index: squid3/src/access_log.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/access_log.cc,v retrieving revision 1.44.4.2 retrieving revision 1.44.4.3 diff -u -r1.44.4.2 -r1.44.4.3 --- squid3/src/access_log.cc 15 May 2007 15:20:33 -0000 1.44.4.2 +++ squid3/src/access_log.cc 16 May 2007 03:00:14 -0000 1.44.4.3 @@ -1,6 +1,6 @@ /* - * $Id: access_log.cc,v 1.44.4.2 2007/05/15 15:20:33 adri Exp $ + * $Id: access_log.cc,v 1.44.4.3 2007/05/16 03:00:14 adri Exp $ * * DEBUG: section 46 Access Log * AUTHOR: Duane Wessels @@ -1550,8 +1550,8 @@ } #if HEADERS_LOG - headerslog = new LogFileBlocking(); - headerslog->Open("/usr/local/squid/logs/headers.log", 512); + headerslog = new Core::LogFileBlocking(); + headerslog->Open("/usr/local/squid/logs/headers.log", 512, 1); assert(NULL != headerslog); #endif #if MULTICAST_MISS_STREAM