From: dms Date: Sun, 10 Dec 2000 12:55:25 +0000 (+0000) Subject: &showProc in delForked() X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b0b5380e0f1be3db39a0b376d9d8ad88cabc1ab6;p=infobot.git &showProc in delForked() git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@193 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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.");