mirror of https://github.com/sbt/sbt.git
Merge pull request #7030 from gontard/backport_6824_to_1.8.x
[1.8.x] Improve log for not found remote cache artifact
This commit is contained in:
commit
e71e0825ed
|
|
@ -303,7 +303,8 @@ object RemoteCache {
|
|||
}
|
||||
found = true
|
||||
case Left(e) =>
|
||||
log.info(s"remote cache not found for ${v}")
|
||||
val classifier = seqa.map(_.classifier).mkString(" ")
|
||||
log.info(s"remote cache artifact not found for $p $classifier")
|
||||
log.debug(e.getMessage)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue