From 6d24cead59da16f65b09db54d50098adfa28b792 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Thu, 3 Oct 2002 12:29:30 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1047 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-web/src/webpmd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }