>From caaa8337280f654fc3b16476b49950261ea3f992 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 4 Sep 2013 10:16:18 +0200 Subject: [PATCH 15/20] Use right formating to print string format specifies type 'int' but the argument has type 'const char *' --- src/providers/ipa/ipa_subdomains_ext_groups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/ipa/ipa_subdomains_ext_groups.c b/src/providers/ipa/ipa_subdomains_ext_groups.c index cd098cde04c7739a58b4e6a583eaae44be5f49b1..6d2cef627d995858878790eca5f99f26ae9f0230 100644 --- a/src/providers/ipa/ipa_subdomains_ext_groups.c +++ b/src/providers/ipa/ipa_subdomains_ext_groups.c @@ -204,7 +204,7 @@ static errno_t find_ipa_ext_memberships(TALLOC_CTX *mem_ctx, } if (result->count == 0) { - DEBUG(SSSDBG_MINOR_FAILURE, ("User [%d] not found in cache.\n", + DEBUG(SSSDBG_MINOR_FAILURE, ("User [%s] not found in cache.\n", user_name)); ret = EOK; goto done; -- 1.8.3.1