summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-05-13 10:23:56 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-13 17:55:58 +0200
commit5aad10b49e193ee14a86e1277146a223005a2d6b (patch)
tree8db7d6c35ccfee92d00cac622f9f44eb69241e3a /src
parent245cc346966b02aa032de092ff8910420e8305fa (diff)
downloadsssd-5aad10b49e193ee14a86e1277146a223005a2d6b.tar.gz
sssd-5aad10b49e193ee14a86e1277146a223005a2d6b.tar.xz
sssd-5aad10b49e193ee14a86e1277146a223005a2d6b.zip
Re-add a useful DEBUG message
In commit 46222e5191473f9a46aec581273eb2eef22e23be we removed a very similar DEBUG message while moving the whole piece of code to the idmap library. But it turned out that the DEBUG message was useful while testing the functionality, so this patch adds it back.
Diffstat (limited to 'src')
-rw-r--r--src/providers/ldap/sdap_idmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_idmap.c b/src/providers/ldap/sdap_idmap.c
index 050b2c5a7..43db0c833 100644
--- a/src/providers/ldap/sdap_idmap.c
+++ b/src/providers/ldap/sdap_idmap.c
@@ -242,6 +242,8 @@ sdap_idmap_add_domain(struct sdap_idmap_ctx *idmap_ctx,
ret = EIO;
goto done;
}
+ DEBUG(SSSDBG_TRACE_LIBS,
+ ("Adding domain [%s] as slice [%llu]\n", dom_sid, slice));
if (range.max > idmap_upper) {
/* This should never happen */