Explorar el Código

Wasn't working with logdirs, fixed.

Morten Brix Pedersen hace 25 años
padre
commit
e6b1edaab4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/Pisg/Parser/Logfile.pm

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

@@ -118,7 +118,7 @@ sub parse_dir
     );
     foreach my $file (sort @filesarray) {
         $file = $self->{conf}->{logdir} . $file;
-        parse_file($stats, $lines, $file, \%state);
+        $self->parse_file($stats, $lines, $file, \%state);
     }
 }