mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
kcc: add some more debug messages
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
bb4c35011b
commit
906ed3d557
@ -1095,6 +1095,7 @@ class KCC(object):
|
||||
|
||||
logger.debug("get_all_bridgeheads: %s" % transport)
|
||||
|
||||
logger.debug(site.dsa_table)
|
||||
for key, dsa in site.dsa_table.items():
|
||||
|
||||
pdnstr = dsa.get_parent_dnstr()
|
||||
@ -1516,6 +1517,7 @@ class KCC(object):
|
||||
|
||||
edge_list, component_count = self.get_spanning_tree_edges(graph)
|
||||
|
||||
logger.debug("%s Number of components: %d" % (part.nc_dnstr, component_count))
|
||||
if component_count > 1:
|
||||
all_connected = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user