From b0b5380e0f1be3db39a0b376d9d8ad88cabc1ab6 Mon Sep 17 00:00:00 2001 From: dms Date: Sun, 10 Dec 2000 12:55:25 +0000 Subject: [PATCH] &showProc in delForked() git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@193 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Shm.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blootbot/src/Shm.pl b/blootbot/src/Shm.pl index 038b58f..6ece248 100644 --- a/blootbot/src/Shm.pl +++ b/blootbot/src/Shm.pl @@ -135,6 +135,8 @@ sub delForked { return 0; } + &showProc(); # just for informational purposes. + if (exists $forked{$name}) { my $timestr = &Time2String(time() - $forked{$name}{Time}); &status("fork: took $timestr for $name."); -- 2.39.5