summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/sss_cache.c')
-rw-r--r--src/tools/sss_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sss_cache.c b/src/tools/sss_cache.c
index 73d99651b..9b91f982b 100644
--- a/src/tools/sss_cache.c
+++ b/src/tools/sss_cache.c
@@ -414,7 +414,7 @@ errno_t init_context(int argc, const char *argv[], struct cache_tool_ctx **tctx)
ret, fini);
}
- debug_level = debug_convert_old_level(debug);
+ DEBUG_INIT(debug);
debug_prg_name = argv[0];
CHECK_ROOT(ret, debug_prg_name);