style(cli): improve logging to find install crash

This commit is contained in:
bergquist 2016-04-19 10:39:55 +02:00
parent a8c68e33db
commit d38d4efc18
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ func downloadFile(pluginName, filePath, url string) (err error) {
src, err := zf.Open()
if err != nil {
log.Errorf("%v", err)
log.Errorf("%Failed to open zipfile: v", err)
}
io.Copy(dst, src)