diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-09-13 23:10:10 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-09-13 23:10:10 +0200 |
commit | 6601b1c5a6d2828acd7346629350bf8a3f366ec6 (patch) | |
tree | 5bd7db94f813229675254bb10fd2f3747576f5d1 | |
parent | 421da3ce09ed24185a14d45606256a5602e0b848 (diff) |
Remove one more debugging output
-rw-r--r-- | inotail.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |