Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
timeshift: remove too verbose read trace
  • Loading branch information
perexg committed Jan 5, 2016
1 parent 5aeaf52 commit ab01d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/timeshift/timeshift_reader.c
Expand Up @@ -90,7 +90,6 @@ static ssize_t _read_buf ( timeshift_file_t *tsf, int fd, void *buf, size_t size
ret = 0;
while (size > 0) {
r = read(tsf ? tsf->rfd : fd, buf, size);
tvhtrace("timeshift", "read %ld size %ld", (long)r, (long)size);
if (r < 0) {
if (ERRNO_AGAIN(errno))
continue;
Expand Down

0 comments on commit ab01d27

Please sign in to comment.