From: Ævar Arnfjörð Bjarmason Date: Wed, 13 Apr 2005 08:17:59 +0000 (+0000) Subject: * Give more specific wfDebug output. X-Git-Tag: 1.5.0alpha1~282 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=97fcc108ea4698499e812480bee26e28c4a7019d;p=lhc%2Fweb%2Fwiklou.git * Give more specific wfDebug output. --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 7ea102858c..6535669bfc 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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; }