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/tests/fail_over-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/fail_over-tests.c') diff --git a/src/tests/fail_over-tests.c b/src/tests/fail_over-tests.c index 3a7c4ae4e..93dda3a77 100644 --- a/src/tests/fail_over-tests.c +++ b/src/tests/fail_over-tests.c @@ -311,7 +311,7 @@ main(int argc, const char *argv[]) } poptFreeContext(pc); - CONVERT_AND_SET_DEBUG_LEVEL(debug_level); + DEBUG_INIT(debug_level); tests_set_cwd(); -- cgit