change warning to debug when directories are missing in hub sync (#1819)

This commit is contained in:
mmetc 2022-10-18 10:32:54 +02:00 committed by GitHub
parent 04a8fb7f81
commit 6b0097a24b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ func parser_visit(path string, f os.DirEntry, err error) error {
var stage string
if err != nil {
log.Warningf("error while syncing hub dir: %v", err)
log.Debugf("while syncing hub dir: %s", err)
// there is a path error, we ignore the file
return nil
}