put back usefull debug
This commit is contained in:
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…
Reference in New Issue