From: timriker Date: Mon, 28 Feb 2005 03:39:03 +0000 (+0000) Subject: show bot_pid X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=23fc90c3eea18faed7c05dc41b0b2bc12f507534;p=infobot.git show bot_pid git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1190 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Misc.pl b/blootbot/src/Misc.pl index 5488de8..26af656 100644 --- a/blootbot/src/Misc.pl +++ b/blootbot/src/Misc.pl @@ -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;