From b7ff666fe8f88e036f5c31a62e4793ef06e089b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Jan 2008 10:24:37 +0100 Subject: [PATCH] _debug: mention current PID --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index bdc702d49..099da8a41 100644 --- a/functions.php +++ b/functions.php @@ -77,6 +77,7 @@ function _debug($msg) { $ts = strftime("%H:%M:%S", time()); + $ts = "$ts/" . posix_getpid(); print "[$ts] $msg\n"; }