change warning to debug when directories are missing in hub sync (#1819)
This commit is contained in:
parent
04a8fb7f81
commit
6b0097a24b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue