------------------------------------------------------------ revno: 11703 revision-id: squid3@treenet.co.nz-20121126083030-yfhfh4ssw2s8y2pf parent: squid3@treenet.co.nz-20121126082809-htkubt2799fn8gy3 fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=3329 committer: Amos Jeffries branch nick: 3.2 timestamp: Mon 2012-11-26 01:30:30 -0700 message: Bug 3329: Polish: reference bugzilla record in cache.log to prevent duplicates ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121126083030-yfhfh4ssw2s8y2pf # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: 599b13d4a09ba526eb5686cb4f1b0fc19089bdbf # timestamp: 2012-11-26 08:36:46 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20121126082809-\ # htkubt2799fn8gy3 # # Begin patch === modified file 'src/comm/Connection.cc' --- src/comm/Connection.cc 2012-07-28 05:38:50 +0000 +++ src/comm/Connection.cc 2012-11-26 08:30:30 +0000 @@ -27,8 +27,8 @@ Comm::Connection::~Connection() { if (fd >= 0) { - debugs(5, 0, "BUG: Orphan Comm::Connection: " << *this); - debugs(5, 0, "NOTE: " << ++lost_conn << " Orphans since last started."); + debugs(5, DBG_CRITICAL, "BUG #3329: Orphan Comm::Connection: " << *this); + debugs(5, DBG_CRITICAL, "NOTE: " << ++lost_conn << " Orphans since last started."); close(); }