put back usefull debug

This commit is contained in:
Adrien Delorme 2018-09-05 21:03:33 +02:00
parent 7efe3cac3d
commit 059e14fe42

View File

@ -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 {