From d9d98242c3c92d005f722c872295c3d30124de35 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 11 Nov 2012 19:25:12 -0700 Subject: [PATCH] Bug 3279: Polish: reference bugzilla record to prevent duplicate reports --- src/client_side_reply.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index 44f9b35634..2fcbf316af 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -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); } -- 2.47.3