mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Fix log message
This commit is contained in:
parent
9b307b3bea
commit
cd7ba1172d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue