From: Brion Vibber Date: Fri, 18 Mar 2005 04:23:36 +0000 (+0000) Subject: clarify the "we're confused" debug message X-Git-Tag: 1.5.0alpha1~594 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=b073bdd3a63b0862433f893e9b386a951c00e373;p=lhc%2Fweb%2Fwiklou.git clarify the "we're confused" debug message --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index ca05ee4635..641d3770d6 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -119,7 +119,7 @@ class OutputPage { $this->mLastModified = $lastmod; } } else { - wfDebug( "We're confused.\n", false ); + wfDebug( "client did not send If-Modified-Since header\n", false ); $this->mLastModified = $lastmod; } }