From ca697a9e312c68f5b11180d66939496590f01f1a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 27 May 2009 19:14:10 +0200 Subject: s3:idmap_tdb: add an entry debug statment to idmap_tdb_db_init() Michael --- source3/winbindd/idmap_tdb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') 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")); -- cgit