1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Better log.

This commit is contained in:
Cedric Beust 2015-10-05 20:12:07 -07:00
parent a50bf584cb
commit 6969666df8

View file

@ -95,7 +95,7 @@ class ArtifactFetcher @Inject constructor(@Assisted("url") val url: String,
}
files.saveFile(file, bytes)
log(1, "${url}: DOWNLOADED")
log(1, "Downloaded $url")
return file
}