]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3279: Polish: reference bugzilla record to prevent duplicate reports
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Nov 2012 11:32:33 +0000 (04:32 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Nov 2012 11:32:33 +0000 (04:32 -0700)
src/client_side_reply.cc

index befef0d35e47f0af3e49f33d998181a682b46df7..1bb76695278ba46742dc28d26366beabb7f9ce81 100644 (file)
@@ -1367,7 +1367,7 @@ clientReplyContext::buildReplyHeader()
         else if (http->storeEntry()->timestamp > 0)
             hdr->insertTime(HDR_DATE, http->storeEntry()->timestamp);
         else {
-            debugs(88,DBG_IMPORTANT,"WARNING: An error inside Squid has caused an HTTP reply without Date:. Please report this:");
+            debugs(88,DBG_IMPORTANT,"BUG 3279: HTTP reply without Date:");
             /* dump something useful about the problem */
             http->storeEntry()->dump(DBG_IMPORTANT);
         }