summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-23 10:24:37 +0100
committerAndrew Dolgov <[email protected]>2008-01-23 10:24:37 +0100
commitb7ff666fe8f88e036f5c31a62e4793ef06e089b6 (patch)
tree6839d81a9acfb64220904120ef7dfe09fd0ca537 /functions.php
parente620f72f323eaefbec5772930f0bed1dc704292b (diff)
_debug: mention current PID
Diffstat (limited to 'functions.php')
-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";
}