]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3329: Polish: reference the bugzilla number in cache.log to prevent duplicates
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 12 Nov 2012 02:21:18 +0000 (19:21 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 12 Nov 2012 02:21:18 +0000 (19:21 -0700)
src/comm/Connection.cc

index e73923285f30ded2e457b05604f4d436f1036efa..4bb65defd6001e332d8494a621316766fa7f9e75 100644 (file)
@@ -29,7 +29,7 @@ static int64_t lost_conn = 0;
 Comm::Connection::~Connection()
 {
     if (fd >= 0) {
-        debugs(5, DBG_CRITICAL, "BUG: Orphan Comm::Connection: " << *this);
+        debugs(5, DBG_CRITICAL, "BUG #3329: Orphan Comm::Connection: " << *this);
         debugs(5, DBG_CRITICAL, "NOTE: " << ++lost_conn << " Orphans since last started.");
         close();
     }