Skip to content

Commit

Permalink
Merge pull request #5996 from xuwei-k/remote-cache-extract-message
Browse files Browse the repository at this point in the history
improve remote cache extract log message
  • Loading branch information
eed3si9n committed Oct 21, 2020
2 parents 872fde1 + 37fa557 commit f217b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/src/main/scala/sbt/internal/RemoteCache.scala
Expand Up @@ -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
Expand Down

0 comments on commit f217b59

Please sign in to comment.