mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-15 14:27:07 +02: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
|
return
|
||||||
}
|
}
|
||||||
if len(ds) == 0 {
|
if len(ds) == 0 {
|
||||||
a.log.WithError(err).Error("no datasets matching dataset filter")
|
a.log.Warn("no filesystem matching filesystem filter")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user