autosnap: fix log level when fs filter does not match any fs

This commit is contained in:
Christian Schwarz 2017-10-05 21:22:17 +02:00
parent 83bb97a845
commit 161ce3b3c3

View File

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