s3:idmap_tdb: add an entry debug statment to idmap_tdb_db_init()
authorMichael Adam <obnox@samba.org>
Wed, 27 May 2009 17:14:10 +0000 (19:14 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 27 May 2009 17:31:32 +0000 (19:31 +0200)
Michael

source3/winbindd/idmap_tdb.c

index 90327434f0617688a462fefefaec7ffded7e9608..c42cd74cbeed529eef266d2cf2eeca98946e4735 100644 (file)
@@ -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"));