loader: use safer DPRINTF body for non-debug case
This commit is contained in:
parent
52a9e429c8
commit
74772ef1ae
@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
|
||||
#ifdef BCACHE_DEBUG
|
||||
# define DPRINTF(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
|
||||
#else
|
||||
# define DPRINTF(fmt, args...)
|
||||
# define DPRINTF(fmt, args...) ((void)0)
|
||||
#endif
|
||||
|
||||
struct bcachectl
|
||||
|
Loading…
x
Reference in New Issue
Block a user