1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

improve logging output

This commit is contained in:
Sascha L. Teichmann 2023-10-17 18:52:38 +02:00
parent 3923dc7044
commit 8f6e6ee8bb
2 changed files with 5 additions and 4 deletions

View file

@ -204,8 +204,8 @@ func (d *downloader) download(ctx context.Context, domain string) error {
// Do we need time range based filtering?
if d.cfg.Range != nil {
slog.Debug("Setting up filter to accept documents within",
"TimeRange", d.cfg.Range)
slog.Debug("Setting up filter to accept advisories within",
"timerange", d.cfg.Range)
afp.AgeAccept = d.cfg.Range.Contains
}