diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-06-11 17:32:21 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-06-11 17:32:21 +0200 |
commit | b46b85361b47506fd097b2067d9cca1d2cfd6560 (patch) | |
tree | 76f7901cd88044e2170e42f5c65626792759b9ea | |
parent | 37ce2be45bb911b5e0a54ec7f1cacd8039af0510 (diff) |
inotail.c: remove debugging output
-rw-r--r-- | inotail.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -244,8 +244,6 @@ static ssize_t tail_pipe_lines(struct file_struct *f, unsigned long n_lines) ssize_t rc; unsigned long total_lines = 0; - dprintf("in tail_pipe_lines (%d)\n"); - if (n_lines == 0) return 0; |