diff --git a/utils.go b/utils.go index a448fcc..34782a2 100644 --- a/utils.go +++ b/utils.go @@ -796,7 +796,7 @@ func housekeeping(repo string, march string, wg *sync.WaitGroup) error { buildManager.repoPurge[pkg.FullRepo] <- []*BuildPackage{pkg} continue } else if err != nil { - log.Warningf("[HK] Problem fetching package from db for %s", path) + log.Warningf("[HK] Problem fetching package from db for %s: %v", path, err) continue }