summaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-11-16 03:27:00 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-16 03:27:00 +0100
commit4313fc2ceb6aa4dd9b8ddc02be65903cd5e071ac (patch)
treead87e75bf25ccb0eb9a8c229a36e3d8a141b9b5e /src/path.c
parent494856b55c78e92109891cf453fc831544efc488 (diff)
path: don't mention too many inotify msgs
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c
index cc8b79ad33..0d59419777 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.");