4
0
Эх сурвалжийг харах

Add total number of lines to status output

Christoph Berg 22 жил өмнө
parent
commit
dd83f625ae

+ 1 - 0
docs/Changelog

@@ -4,6 +4,7 @@ pisg (0.60) - ??
    is_ignored(undef).
    * Added scripts/eggdrop-pisg.tcl for running pisg from eggdrop (Thanks,
    HM2K).
+   * Add total number of lines to status output.
 
 pisg (0.59) - Sun Oct, 3rd 2004
    Changes by Morten Brix Pedersen:

+ 1 - 1
modules/Pisg/Parser/Logfile.pm

@@ -522,7 +522,7 @@ sub _parse_file
 
     close(LOGFILE);
 
-    print "Finished analyzing log, $stats->{days} days total\n"
+    print "Finished analyzing log, $stats->{days} days, $stats->{parsedlines} lines total\n"
         unless ($self->{cfg}->{silent});
 }