summaryrefslogtreecommitdiff
path: root/inotail.c
diff options
context:
space:
mode:
Diffstat (limited to 'inotail.c')
-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;