]> git.donarmstrong.com Git - infobot.git/commitdiff
forgot a )
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 31 Aug 2000 14:41:14 +0000 (14:41 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 31 Aug 2000 14:41:14 +0000 (14:41 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@62 c11ca15a-4712-0410-83d8-924469b57eb5

src/logger.pl

index 60b434f56b7a45bc0f94ad6295b1a14578e27f61..402c46c079bf1090e79c811a050d8168f85a5273 100644 (file)
@@ -225,7 +225,7 @@ sub status {
        $status = "!$statcount! ".$input;
        if ($statcount > 1000) {
            print LOG "ERROR: FORKED PROCESS RAN AWAY; KILLING.\n";
-           print LOG "VERB: ".(&Time2String(time() - $forkedtime)."\n";
+           print LOG "VERB: ".(&Time2String(time() - $forkedtime))."\n";
            exit 0;
        }
     } else {