From f16f3ea9fecefeeb1b33bb71ffd9b20bc14aea33 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 May 2010 12:25:11 +0100 Subject: [PATCH] do not debug log every filemon event --- backends/innduct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/innduct.c b/backends/innduct.c index b86b1be..609cf79 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -2285,7 +2285,7 @@ static void *filemon_inotify_readable(oop_source *lp, int fd, die("inotify read %d bytes wanted struct of %d", r, (int)sizeof(iev)); } InputFile *ipf= filemon_inotify_wd2ipf[iev.wd]; - debug("filemon inotify readable read %p wd=%d", ipf, iev.wd); + /*debug("filemon inotify readable read %p wd=%d", ipf, iev.wd);*/ filemon_callback(ipf); } return OOP_CONTINUE; -- 2.30.2