]> git.mxchange.org Git - friendica.git/commitdiff
The process id is currently not supported.
authorMichael <heluecht@pirati.ca>
Thu, 14 Feb 2019 13:30:41 +0000 (13:30 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 14 Feb 2019 13:30:41 +0000 (13:30 +0000)
src/Core/Worker.php

index 8b1509041687cf4d1e5ca2211b0156995dcd95eb..75d4e48740ef60867b179a3da2ac12d97b5c5525 100644 (file)
@@ -370,7 +370,9 @@ class Worker
 
                $argc = count($argv);
 
-               $new_process_id = System::processID("wrk");
+               // Currently deactivated, since the new logger doesn't support this
+               //$new_process_id = System::processID("wrk");
+               $new_process_id = '';
 
                Logger::log("Process ".$mypid." - Prio ".$queue["priority"]." - ID ".$queue["id"].": ".$funcname." ".$queue["parameter"]." - Process PID: ".$new_process_id);