diff --git a/pmd-web/src/webpmd.pl b/pmd-web/src/webpmd.pl index ec3d1ef0a2..16fcdfaf26 100644 --- a/pmd-web/src/webpmd.pl +++ b/pmd-web/src/webpmd.pl @@ -53,7 +53,7 @@ sub printStats() { open(FILE,"lastruntime.txt"); my $lastruntime=; print br(); - print "The last run took ", sprintf("%.0f", $lastruntime), " seconds"; + print "The last run took ", sprintf("%.0f", $lastruntime/60), " minutes"; print br(); }