mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-21 08:23:55 +02:00
Ignore access events
This commit is contained in:
parent
6c5e619e5d
commit
732207c024
|
@ -1104,6 +1104,8 @@ async fn main() -> ExitCode {
|
|||
|
||||
if was_changed {
|
||||
let _ = inotify_tx.try_send(true);
|
||||
} else {
|
||||
debug!(?event, "IGNORED");
|
||||
}
|
||||
}
|
||||
Err(array_errors) => {
|
||||
|
|
Loading…
Reference in a new issue