From 79b53dc68ea2f4c3110414ea05868a1b8234d1ff Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
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/blootbot@1190 c11ca15a-4712-0410-83d8-924469b57eb5
---
 src/Misc.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Misc.pl b/src/Misc.pl
index 5488de8..26af656 100644
--- a/src/Misc.pl
+++ b/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