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 ffa4e35e2..7cd5852ab 100644
--- a/src/tools/sss_cache.c
+++ b/src/tools/sss_cache.c
@@ -600,7 +600,7 @@ errno_t init_context(int argc, const char *argv[], struct cache_tool_ctx **tctx)
}
}
- DEBUG_INIT(debug);
+ DEBUG_CLI_INIT(debug);
debug_prg_name = argv[0];
if (ret != -1) {