* fuzz.c: activate the fuzz() debug message, it may be verbose but I end

up activating it all the time anyway.
This commit is contained in:
Sam Hocevar 2008-07-20 10:10:35 +00:00 committed by sam
parent 29e4f4b339
commit 3dd196f19f

View File

@ -91,10 +91,7 @@ void _zz_fuzz(int fd, volatile uint8_t *buf, int64_t len)
int64_t i, j;
int todo;
#if 0
debug("fuzz(%i, %lli@%lli)", fd, (long long int)len,
(long long int)pos);
#endif
debug("fuzz(%i, @%lli, %lli)", fd, (long long int)pos, (long long int)len);
aligned_buf = buf - pos;
fuzz = _zz_getfuzz(fd);