only report 0 seconds if there was no minutes

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-20 15:10:39 +00:00
parent 8dec28247b
commit 22f6d7e1a7
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ public class DefaultMaven
{
msg += "1 second";
}
else
else if ( min > 0 )
{
msg += "< 1 second";
}