From: Banana Date: Sat, 7 Sep 2024 14:08:40 +0000 (+0200) Subject: more info X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=77931ec1eba588a23b8671ef3860457fdd6c124c;p=aranea.git more info Signed-off-by: Banana --- diff --git a/parse-results.pl b/parse-results.pl index 8459ad7..ac9591e 100644 --- a/parse-results.pl +++ b/parse-results.pl @@ -190,6 +190,7 @@ sub insertIntoDb { if($counter >= 100) { $counter = 0; + sayYellow "Commit counter of 100 reached. Commiting"; $dbh->commit(); } @@ -201,5 +202,6 @@ sub insertIntoDb { #sayLog "Inserted: $link" if($DEBUG); } + sayYellow "Final commit"; $dbh->commit(); }