summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
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";
}