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 @@
1986
1986
$strtime = $ts;
1987
1987
} else {
1988
1988
# 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");
1990
1990
1991
1991
return false;
1992
1992
}
Status & tagging log
11:39, 11 December 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r78187
[
removed:
new
added:
ok]