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:
parent
3923dc7044
commit
8f6e6ee8bb
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue