mirror of https://github.com/sbt/sbt.git
Merge pull request #5996 from xuwei-k/remote-cache-extract-message
improve remote cache extract log message
This commit is contained in:
commit
f217b59868
|
|
@ -114,10 +114,10 @@ object RemoteCache {
|
|||
findJar(classifier, v, jars) match {
|
||||
case Some(jar) =>
|
||||
extractJar(art, jar)
|
||||
log.info(s"remote cache artifact extracted for $classifier")
|
||||
log.info(s"remote cache artifact extracted for $p $classifier")
|
||||
|
||||
case None =>
|
||||
log.info(s"remote cache artifact not found for $classifier")
|
||||
log.info(s"remote cache artifact not found for $p $classifier")
|
||||
}
|
||||
}
|
||||
found = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue