]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
_debug: mention current PID
[tt-rss.git] / functions.php
index bdc702d490e2726fb0695590d3e0abd979cea4f1..099da8a41bcc3bae78fc53366cd7ed19174fe29f 100644 (file)
@@ -77,6 +77,7 @@
 
        function _debug($msg) {
                $ts = strftime("%H:%M:%S", time());
+               $ts = "$ts/" . posix_getpid();
                print "[$ts] $msg\n";
        }