added error to log

This commit is contained in:
2022-02-10 14:34:05 +01:00
parent 3a6dc45089
commit 7c993e1bc1

View File

@@ -796,7 +796,7 @@ func housekeeping(repo string, march string, wg *sync.WaitGroup) error {
buildManager.repoPurge[pkg.FullRepo] <- []*BuildPackage{pkg} buildManager.repoPurge[pkg.FullRepo] <- []*BuildPackage{pkg}
continue continue
} else if err != nil { } 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 continue
} }