improved logging

This commit is contained in:
Giovanni Harting 2022-03-09 19:05:25 +01:00
parent c2abe68483
commit f7d2e8ccc7
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ func (b *BuildManager) syncWorker(ctx context.Context) error {
for _, pkg := range queue {
eligible, err := pkg.isEligible(ctx)
if err != nil {
log.Warningf("Unable to determine status for package %s: %v", pkg.Pkgbase, err)
log.Infof("Unable to determine status for package %s: %v", pkg.Pkgbase, err)
}
if !eligible {
log.Debugf("skipped package %s (%v)", pkg.Pkgbase, err)