>From d576f3eb1c340188b6d5eb2e83ccd69f878eaa7f Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 4 Sep 2013 10:16:18 +0200 Subject: [PATCH 15/19] 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 a217c6a8ceeee6ce40fbef0007c39b9b8296e5d4..7df3dbbb2f8f61a6a13e032a3bdc42636e08040e 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