1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:55:56 +00:00

_debug: mention current PID

This commit is contained in:
Andrew Dolgov
2008-01-23 10:24:37 +01:00
parent e620f72f32
commit b7ff666fe8

View File

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