Explorar o código

Shrug, don't use the hash here

Morten Brix Pedersen %!s(int64=24) %!d(string=hai) anos
pai
achega
0a8910ebff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/Pisg/Parser/Logfile.pm

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

@@ -84,7 +84,7 @@ sub analyze
         $stats{processtime}{mins} = sprintf("%02d", $min);
         $stats{processtime}{secs} = sprintf("%02d", $sec);
 
-        print "Channel analyzed succesfully in $stats{processtime} on ",
+        print "Channel analyzed succesfully in $processtime on ",
         scalar localtime(time()), "\n"
             unless ($self->{cfg}->{silent});