chiark
/
gitweb
/
~ian
/
innduct.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab46c4
)
do not debug log every filemon event
author
Ian Jackson
<ian@chiark.greenend.org.uk>
Mon, 3 May 2010 11:25:11 +0000
(12:25 +0100)
committer
Ian Jackson
<ian@chiark.greenend.org.uk>
Mon, 3 May 2010 11:25:11 +0000
(12:25 +0100)
backends/innduct.c
patch
|
blob
|
history
diff --git
a/backends/innduct.c
b/backends/innduct.c
index b86b1bef644a0b085560dac13cddb5a827ca4980..609cf7951f9e1fa3be9db346e61d5a2b8d11c27d 100644
(file)
--- 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;