summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-09-13 23:10:10 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-09-13 23:10:10 +0200
commit6601b1c5a6d2828acd7346629350bf8a3f366ec6 (patch)
tree5bd7db94f813229675254bb10fd2f3747576f5d1
parent421da3ce09ed24185a14d45606256a5602e0b848 (diff)
Remove one more debugging output
-rw-r--r--inotail.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/inotail.c b/inotail.c
index e011489..7524b15 100644
--- a/inotail.c
+++ b/inotail.c
@@ -229,8 +229,6 @@ static int watch_files(struct file_struct *f, int n_files)
offset = fil->st_size;
- dprintf(" File '%s' modified, offset: %lu.\n", fil->name, offset);
-
fil->fd = open(fil->name, O_RDONLY);
if (fil->fd < 0) {
fil->ignore = 1;