1
0
Fork 0

fix: decrease log level

timestamps
dump_stack() 2023-05-17 11:25:07 +00:00
parent f1429d3e1d
commit be5f114694
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}