From: Amos Jeffries Date: Mon, 26 Nov 2012 08:31:24 +0000 (-0700) Subject: Bug 3279: Polish: reference bugzilla record to prevent duplicate reports X-Git-Tag: SQUID_3_2_4~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5a4be4cc58de70b4b7ee33f51b85f785d1e78d;p=thirdparty%2Fsquid.git Bug 3279: Polish: reference bugzilla record to prevent duplicate reports --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index ab90877e70..83ce9af8e2 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -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); }