chiark / gitweb /
do not debug log every filemon event
authorIan Jackson <ian@chiark.greenend.org.uk>
Mon, 3 May 2010 11:25:11 +0000 (12:25 +0100)
committerIan Jackson <ian@chiark.greenend.org.uk>
Mon, 3 May 2010 11:25:11 +0000 (12:25 +0100)
backends/innduct.c

index b86b1bef644a0b085560dac13cddb5a827ca4980..609cf7951f9e1fa3be9db346e61d5a2b8d11c27d 100644 (file)
@@ -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;