mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Better log.
This commit is contained in:
parent
a50bf584cb
commit
6969666df8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue