* Give more specific wfDebug output.
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 13 Apr 2005 08:17:59 +0000 (08:17 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 13 Apr 2005 08:17:59 +0000 (08:17 +0000)
includes/GlobalFunctions.php

index 7ea1028..6535669 100644 (file)
@@ -1017,7 +1017,7 @@ function wfTimestamp($outputtype=TS_UNIX,$ts=0) {
                $uts=$ts;
        } else {
                # Bogus value; fall back to the epoch...
-               wfDebug("wfTimestamp() given bogus time value.\n");
+               wfDebug("wfTimestamp() fed bogus time value: $outputtype; $ts\n");
                $uts = 0;
        }