]> git.donarmstrong.com Git - infobot.git/commitdiff
show bot_pid
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 28 Feb 2005 03:39:03 +0000 (03:39 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 28 Feb 2005 03:39:03 +0000 (03:39 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1190 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/Misc.pl

index 5488de83e4e460d950d5887dc88a720fb78ef189..26af656c07faef3ccbb51ad3e3144348c2cde3c1 100644 (file)
@@ -618,7 +618,7 @@ sub Forker {
 
        select(undef, undef, undef, 0.2);
 #      &status("fork starting for '$label', PID == $$.");
-       &status("--- fork starting for '$label', PID == $$ ---");
+       &status("--- fork starting for '$label', PID == $$, bot_pid == $bot_pid ---");
        &shmWrite($shm,"SET FORKPID $label $$");
 
        sleep 1;