From 23fc90c3eea18faed7c05dc41b0b2bc12f507534 Mon Sep 17 00:00:00 2001 From: timriker Date: Mon, 28 Feb 2005 03:39:03 +0000 Subject: [PATCH] show bot_pid git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1190 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Misc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5