From 9e2c64c6d4f5560e27207193efea6536a566865e Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 15 Oct 2012 15:24:15 +0200 Subject: Include talloc log in our debug facility https://fedorahosted.org/sssd/ticket/1495 --- src/tools/sss_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/sss_cache.c') diff --git a/src/tools/sss_cache.c b/src/tools/sss_cache.c index 73d99651..9b91f982 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); -- cgit