diff --git a/distro.go b/distro.go index c31df62..5f24a21 100644 --- a/distro.go +++ b/distro.go @@ -77,7 +77,7 @@ func (cmd *DebianFetchCmd) fetch(pkg snapshot.Package) { flog.Debug().Msg("check mirror") found, _ := cache.PackageURL(config.Debian, pkg.Deb.URL) if found { - flog.Info().Msg("found on the mirror") + flog.Debug().Msg("found on the mirror") return } }