From: Ian Jackson Date: Mon, 3 May 2010 11:25:11 +0000 (+0100) Subject: do not debug log every filemon event X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=commitdiff_plain;h=f16f3ea9fecefeeb1b33bb71ffd9b20bc14aea33 do not debug log every filemon event --- 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;