put back usefull debug

pull/6673/head
Adrien Delorme 8 years ago
parent 7efe3cac3d
commit 059e14fe42

@ -163,6 +163,7 @@ func (d *DownloadClient) Get() (string, error) {
return "", err
}
log.Printf("[DEBUG] Downloading: %s", u.String())
err = remote.Download(f, u)
f.Close()
if err != nil {

Loading…
Cancel
Save