summaryrefslogtreecommitdiff
path: root/rhimport/fetcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport/fetcher.go')
-rw-r--r--rhimport/fetcher.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhimport/fetcher.go b/rhimport/fetcher.go
index fc75460..966402c 100644
--- a/rhimport/fetcher.go
+++ b/rhimport/fetcher.go
@@ -163,6 +163,7 @@ func fetchFileCurl(ctx *Context, res *Result, uri *url.URL) (err error) {
err = cbdata.writeError
}
err = fmt.Errorf("curl-fetcher('%s'): %s", ctx.SourceUri, err)
+ rhl.Println(err)
return
}
@@ -269,6 +270,7 @@ func fetchFileArchiv(ctx *Context, res *Result, uri *url.URL) (err error) {
err = cbdata.writeError
}
err = fmt.Errorf("archiv-fetcher('%s'): %s", ctx.SourceUri, err)
+ rhl.Println(err)
return
}