chiark / gitweb /
do not debug log every filemon event
[innduct.git] / 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;