summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/pdc_fsmo.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-22 14:26:59 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-22 17:10:06 -0700
commitbb3bdb3a62b3b895b9e0c013483a6356ecd7a3aa (patch)
treedbe0548e6ca98980dea6c1a01e4976b0a8040173 /source4/dsdb/samdb/ldb_modules/pdc_fsmo.c
parent4a74b2839753aa248f1c60f3e2d1f2441c0ac891 (diff)
downloadsamba-bb3bdb3a62b3b895b9e0c013483a6356ecd7a3aa.tar.gz
samba-bb3bdb3a62b3b895b9e0c013483a6356ecd7a3aa.tar.bz2
samba-bb3bdb3a62b3b895b9e0c013483a6356ecd7a3aa.zip
s4-ldb: added a bunch more debug for DC join
These additional debug messages were added to help us track down w2k8->s4 domain join
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/pdc_fsmo.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/pdc_fsmo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/pdc_fsmo.c b/source4/dsdb/samdb/ldb_modules/pdc_fsmo.c
index fefaef4755..950f87eb74 100644
--- a/source4/dsdb/samdb/ldb_modules/pdc_fsmo.c
+++ b/source4/dsdb/samdb/ldb_modules/pdc_fsmo.c
@@ -88,6 +88,7 @@ static int pdc_fsmo_init(struct ldb_module *module)
ldb_debug_set(ldb, LDB_DEBUG_FATAL,
"pdc_fsmo_init: [%u] domain objects found on a base search",
pdc_res->count);
+ DEBUG(0,(__location__ ": %s\n", ldb_errstring(ldb)));
talloc_free(mem_ctx);
return LDB_ERR_CONSTRAINT_VIOLATION;
}