summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/idmap_tdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index 90327434f0..c42cd74cbe 100644
--- a/source3/winbindd/idmap_tdb.c
+++ b/source3/winbindd/idmap_tdb.c
@@ -594,6 +594,8 @@ static NTSTATUS idmap_tdb_db_init(struct idmap_domain *dom, const char *params)
NTSTATUS ret;
struct idmap_tdb_context *ctx;
+ DEBUG(10, ("idmap_tdb_db_init called for domain '%s'\n", dom->name));
+
ctx = talloc(dom, struct idmap_tdb_context);
if ( ! ctx) {
DEBUG(0, ("Out of memory!\n"));