mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 08:23:50 +01:00
autosnap: fix log level when fs filter does not match any fs
This commit is contained in:
parent
83bb97a845
commit
161ce3b3c3
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user