From 3dd196f19f389a3f275605924767274b8e45ab82 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 20 Jul 2008 10:10:35 +0000 Subject: [PATCH] * fuzz.c: activate the fuzz() debug message, it may be verbose but I end up activating it all the time anyway. --- src/fuzz.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/fuzz.c b/src/fuzz.c index 8420874..9552ffb 100644 --- a/src/fuzz.c +++ b/src/fuzz.c @@ -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);