r78187 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78186‎ | r78187 | r78188 >
Date:14:40, 10 December 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Better debug logging which isn't misleading
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1985,7 +1985,7 @@
19861986 $strtime = $ts;
19871987 } else {
19881988 # Bogus value; fall back to the epoch...
1989 - wfDebug("wfTimestamp() fed bogus time value: $outputtype; $ts\n");
 1989+ wfDebug("wfTimestamp() fed bogus time value: TYPE=$outputtype; VALUE=$ts\n");
19901990
19911991 return false;
19921992 }

Status & tagging log