From 97fcc108ea4698499e812480bee26e28c4a7019d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 13 Apr 2005 08:17:59 +0000 Subject: [PATCH] * Give more specific wfDebug output. --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1