]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: hide debug bbmap output
authorEric Sandeen <sandeen@sandeen.net>
Tue, 8 Apr 2014 08:48:22 +0000 (18:48 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 8 Apr 2014 08:48:22 +0000 (18:48 +1000)
commit857592d23a9e2ed68bcae9bc7161d37d8fb30fae
tree5f577ca7619daa7836c9812debb2c07b771b782e
parent419d647de6e1722f14fda1d4981ebaa9a3dd243c
xfs_db: hide debug bbmap output

Most of xfsprogs building with DEBUG enables extra
checks, asserts, etc, but this bunch of printfs was
extra output that's not generally helpful for most
people's runtime experience - and it breaks xfs/290
with all the noise.

I assume it's for actual debugging use, and not
generally useful, so bury it a bit deeper under
it's own #ifdef.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
db/io.c