_debug: mention current PID

This commit is contained in:
Andrew Dolgov 2008-01-23 10:24:37 +01:00
parent e620f72f32
commit b7ff666fe8
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
function _debug($msg) {
$ts = strftime("%H:%M:%S", time());
$ts = "$ts/" . posix_getpid();
print "[$ts] $msg\n";
}