[SSSD] [PATCH] IFP: Fix typo in debug message

Sumit Bose sbose at redhat.com
Wed Oct 29 14:32:56 UTC 2014


Hi,

this patch fixes just a typo.

bye,
Sumit
-------------- next part --------------
From 9e02db2635e2d7ee34eb33db5ae0a11ea7ae7b21 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Tue, 28 Oct 2014 19:41:04 +0100
Subject: [PATCH] IFP: Fix typo in debug message

---
 src/responder/ifp/ifpsrv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/responder/ifp/ifpsrv.c b/src/responder/ifp/ifpsrv.c
index 367438c..0c333bc 100644
--- a/src/responder/ifp/ifpsrv.c
+++ b/src/responder/ifp/ifpsrv.c
@@ -376,7 +376,7 @@ int ifp_process_init(TALLOC_CTX *mem_ctx,
                             CONFDB_IFP_CONF_ENTRY, CONFDB_IFP_USER_ATTR_LIST,
                             NULL, &attr_list_str);
     if (ret != EOK) {
-        DEBUG(SSSDBG_FATAL_FAILURE, "Failed to get allowed UIDs.\n");
+        DEBUG(SSSDBG_FATAL_FAILURE, "Failed to get user attribute list.\n");
         goto fail;
     }
 
-- 
1.8.3.1



More information about the sssd-devel mailing list