* 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:
parent
29e4f4b339
commit
3dd196f19f
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user