summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/init.c b/libsmartcols/src/init.c
index 806b0e1a2..104e43b64 100644
--- a/libsmartcols/src/init.c
+++ b/libsmartcols/src/init.c
@@ -45,7 +45,7 @@ void scols_init_debug(int mask)
if (libsmartcols_debug_mask)
return;
- __UL_INIT_DEBUG(libsmartcols, SCOLS_DEBUG_, mask, LIBSMARTCOLS_DEBUG);
+ __UL_INIT_DEBUG_FROM_ENV(libsmartcols, SCOLS_DEBUG_, mask, LIBSMARTCOLS_DEBUG);
if (libsmartcols_debug_mask != SCOLS_DEBUG_INIT
&& libsmartcols_debug_mask != (SCOLS_DEBUG_HELP|SCOLS_DEBUG_INIT)) {