summaryrefslogtreecommitdiffstats
path: root/libmount/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/src/init.c')
-rw-r--r--libmount/src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/init.c b/libmount/src/init.c
index 19278bb89..d3aef7fa0 100644
--- a/libmount/src/init.c
+++ b/libmount/src/init.c
@@ -29,7 +29,7 @@ UL_DEBUG_DEFINE_MASK(libmount);
*/
void mnt_init_debug(int mask)
{
- INIT_DBG(mask);
+ __UL_INIT_DEBUG(libmount, MNT_DEBUG_, mask, LIBMOUNT_DEBUG);
if (libmount_debug_mask != MNT_DEBUG_INIT) {
const char *ver = NULL;