From a9cd5be16fd592fd456508d80d1bd1e5e03080df Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 18 Nov 2012 04:32:00 -0700 Subject: [PATCH] Bug 3329: Polish: reference the bugzilla number in cache.log to prevent duplicates --- src/comm/Connection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comm/Connection.cc b/src/comm/Connection.cc index e73923285f..4bb65defd6 100644 --- a/src/comm/Connection.cc +++ b/src/comm/Connection.cc @@ -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(); } -- 2.47.2