Don't print redundant message

This commit is contained in:
Alexandre Archambault 2016-02-12 00:01:17 +01:00
parent 1ef56e9f49
commit 5bc6306608
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class Helper(
subset: Set[Dependency] = null
): Seq[File] = {
if (verbose0 >= 0) {
if (subset == null && verbose0 >= 0) {
val msg = cachePolicies match {
case Seq(CachePolicy.LocalOnly) =>
" Checking artifacts"