diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-01-23 10:24:37 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-01-23 10:24:37 +0100 |
| commit | b7ff666fe8f88e036f5c31a62e4793ef06e089b6 (patch) | |
| tree | 6839d81a9acfb64220904120ef7dfe09fd0ca537 | |
| parent | e620f72f323eaefbec5772930f0bed1dc704292b (diff) | |
_debug: mention current PID
| -rw-r--r-- | functions.php | 1 |
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"; } |