__dprint() fixup
authorJens Axboe <jens.axboe@oracle.com>
Fri, 19 Mar 2010 18:09:37 +0000 (19:09 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 19 Mar 2010 18:09:37 +0000 (19:09 +0100)
commit2d5c40e77a4ee9103de9a43f016d77858366e1a2
tree469288b5df1bb07bf895f07a697e0381c78d6bef
parentd048ba60fc1e207ac3204ef3306a32fac77293fa
__dprint() fixup

Only define __dprint() function when FIO_INC_DEBUG is set. And
don't check debug type once, not both in dprint() and __dprint().

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
debug.c