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"; }