From: Lennart Poettering Date: Tue, 16 Nov 2010 02:27:00 +0000 (+0100) Subject: path: don't mention too many inotify msgs X-Git-Tag: v12~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4313fc2ceb6aa4dd9b8ddc02be65903cd5e071ac;hp=494856b55c78e92109891cf453fc831544efc488 path: don't mention too many inotify msgs --- 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.");