]> git.wh0rd.org - tt-rss.git/commitdiff
_debug: mention current PID
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 23 Jan 2008 09:24:37 +0000 (10:24 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 23 Jan 2008 09:24:37 +0000 (10:24 +0100)
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";
        }