*** empty log message ***

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1047 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-10-03 12:29:30 +00:00
parent e6b73d5a1f
commit 6d24cead59

View File

@ -53,7 +53,7 @@ sub printStats() {
open(FILE,"lastruntime.txt");
my $lastruntime=<FILE>;
print br();
print "The last run took ", sprintf("%.0f", $lastruntime), " seconds";
print "The last run took ", sprintf("%.0f", $lastruntime/60), " minutes";
print br();
}