From: Andrew Dolgov Date: Wed, 23 Jan 2008 09:24:37 +0000 (+0100) Subject: _debug: mention current PID X-Git-Tag: 1.2.20~78 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b7ff666fe8f88e036f5c31a62e4793ef06e089b6;p=tt-rss.git _debug: mention current PID --- diff --git a/functions.php b/functions.php index bdc702d4..099da8a4 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"; }