From 6601b1c5a6d2828acd7346629350bf8a3f366ec6 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 13 Sep 2006 23:10:10 +0200 Subject: Remove one more debugging output --- inotail.c | 2 -- 1 file changed, 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; -- cgit v1.2.3-54-g00ecf