]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3279: Polish: reference bugzilla record to prevent duplicate reports
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 26 Nov 2012 08:31:24 +0000 (01:31 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 26 Nov 2012 08:31:24 +0000 (01:31 -0700)
src/client_side_reply.cc

index ab90877e7054684f9259f9a9f04463b64d020882..83ce9af8e213cf480154f906893af115596ff38e 100644 (file)
@@ -1347,7 +1347,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);
         }