From 1412a7655c53452721d19813b0ab4a1afd2b0744 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 4 Sep 2013 10:16:18 +0200 Subject: 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 a217c6a8..7df3dbbb 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; -- cgit