autosnap: fix log level when fs filter does not match any fs
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ func (a *IntervalAutosnap) Run(ctx context.Context, didSnaps chan struct{}) {
|
||||
return
|
||||
}
|
||||
if len(ds) == 0 {
|
||||
a.log.WithError(err).Error("no datasets matching dataset filter")
|
||||
a.log.Warn("no filesystem matching filesystem filter")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user