Skip to content

Commit

Permalink
2019.08.31 update log
Browse files Browse the repository at this point in the history
  • Loading branch information
ygidtu committed Sep 18, 2019
1 parent f5b7bd9 commit 5321448
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions download.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (info *FileInfo) Download(output string) {
req.Header.Add("Content-Type", "application/x-www-form-urlencoded; charset=ISO-8859-1")
req.Header.Add("Connection", "Keep-Alive")

log.Info().Msgf("Download %s to %s", req.URL, outputFile)
log.Info().Msgf("Download %s to %s", info.SeriesUID, outputFile)

client := &http.Client{Transport: tr, Timeout: timeout}

Expand All @@ -202,7 +202,6 @@ func (info *FileInfo) Download(output string) {
os.Exit(1)
}

log.Info().Msgf(outputFile)
err = Untar(outputFile, resp.Body)

if err != nil {
Expand Down

0 comments on commit 5321448

Please sign in to comment.