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:
@@ -77,6 +77,7 @@
|
||||
|
||||
function _debug($msg) {
|
||||
$ts = strftime("%H:%M:%S", time());
|
||||
$ts = "$ts/" . posix_getpid();
|
||||
print "[$ts] $msg\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user