fix: decrease log level
This commit is contained in:
parent
f1429d3e1d
commit
be5f114694
@ -77,7 +77,7 @@ func (cmd *DebianFetchCmd) fetch(pkg snapshot.Package) {
|
|||||||
flog.Debug().Msg("check mirror")
|
flog.Debug().Msg("check mirror")
|
||||||
found, _ := cache.PackageURL(config.Debian, pkg.Deb.URL)
|
found, _ := cache.PackageURL(config.Debian, pkg.Deb.URL)
|
||||||
if found {
|
if found {
|
||||||
flog.Info().Msg("found on the mirror")
|
flog.Debug().Msg("found on the mirror")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user