mirror of
https://github.com/safing/portbase
synced 2025-09-04 19:50:18 +00:00
Improve logging of updated update indexes
This commit is contained in:
parent
daed152e6d
commit
08da6e1d7c
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ func (reg *ResourceRegistry) downloadIndex(ctx context.Context, client *http.Cli
|
||||||
log.Warningf("%s: failed to save updated index %s: %s", reg.Name, idx.Path, err)
|
log.Warningf("%s: failed to save updated index %s: %s", reg.Name, idx.Path, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Infof("%s: updated index %s", reg.Name, idx.Path)
|
log.Infof("%s: updated index %s with %d entries", reg.Name, idx.Path, len(newIndexData))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue