From 7c993e1bc18918bb5ffc0eb5a133ebfc803d9e0d Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 10 Feb 2022 14:34:05 +0100 Subject: [PATCH] added error to log --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }