Fix log message

This commit is contained in:
Daniel 2021-04-19 13:47:24 +02:00
parent 9b307b3bea
commit cd7ba1172d

View file

@ -132,7 +132,7 @@ func (reg *ResourceRegistry) loadIndexFile(idx Index) error {
} }
if len(releases) == 0 { if len(releases) == 0 {
log.Warningf("%s: index %s is empty", idx.Path) log.Warningf("%s: index %s is empty", reg.Name, idx.Path)
return nil return nil
} }