mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
path: don't mention too many inotify msgs
This commit is contained in:
parent
494856b55c
commit
4313fc2ceb
@ -383,6 +383,7 @@ static void path_enter_waiting(Path *p, bool initial, bool recheck) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (good) {
|
if (good) {
|
||||||
|
log_debug("%s got triggered.", p->meta.id);
|
||||||
path_enter_running(p);
|
path_enter_running(p);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -485,7 +486,7 @@ static void path_fd_event(Unit *u, int fd, uint32_t events, Watch *w) {
|
|||||||
p->state != PATH_RUNNING)
|
p->state != PATH_RUNNING)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
log_debug("inotify wakeup on %s.", u->meta.id);
|
/* log_debug("inotify wakeup on %s.", u->meta.id); */
|
||||||
|
|
||||||
if (events != EPOLLIN) {
|
if (events != EPOLLIN) {
|
||||||
log_error("Got Invalid poll event on inotify.");
|
log_error("Got Invalid poll event on inotify.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user