From 4313fc2ceb6aa4dd9b8ddc02be65903cd5e071ac Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 16 Nov 2010 03:27:00 +0100 Subject: [PATCH] path: don't mention too many inotify msgs --- src/path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/path.c b/src/path.c index cc8b79ad3..0d5941977 100644 --- a/src/path.c +++ b/src/path.c @@ -383,6 +383,7 @@ static void path_enter_waiting(Path *p, bool initial, bool recheck) { } if (good) { + log_debug("%s got triggered.", p->meta.id); path_enter_running(p); return; } @@ -485,7 +486,7 @@ static void path_fd_event(Unit *u, int fd, uint32_t events, Watch *w) { p->state != PATH_RUNNING) return; - log_debug("inotify wakeup on %s.", u->meta.id); + /* log_debug("inotify wakeup on %s.", u->meta.id); */ if (events != EPOLLIN) { log_error("Got Invalid poll event on inotify."); -- 2.30.2