r102384 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102383‎ | r102384 | r102385 >
Date:09:10, 8 November 2011
Author:hashar
Status:ok (Comments)
Tags:
Comment:
Prefix debug message in wfClientAcceptsGzip()
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1637,7 +1637,7 @@
16381638 $result = false;
16391639 return $result;
16401640 }
1641 - wfDebug( " accepts gzip\n" );
 1641+ wfDebug( "wfClientAcceptsGzip: client accepts gzip.\n" );
16421642 $result = true;
16431643 }
16441644 }

Comments

#Comment by Nikerabbit (talk | contribs)   11:04, 8 November 2011

Looks like this has come after some other message before refactoring. Did you check whether this is the case and whether it too needs fixing?

#Comment by Hashar (talk | contribs)   16:28, 8 November 2011

It is not used a lot and the other use cases are fine :-)

Status & tagging log