loader: use safer DPRINTF body for non-debug case

This commit is contained in:
Toomas Soome 2019-05-07 07:46:40 +00:00
parent 52a9e429c8
commit 74772ef1ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347219

View File

@ -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