From 9b17ff582eb4635726394d86f2cd1f93dbc0ccd1 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/blootbot@193 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Shm.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Shm.pl b/src/Shm.pl index 038b58f..6ece248 100644 --- a/src/Shm.pl +++ b/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