Просмотр исходного кода

Shrug, don't use the hash here

Morten Brix Pedersen 24 лет назад
Родитель
Сommit
0a8910ebff
1 измененных файлов с 1 добавлено и 1 удалено
  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});