mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
kcc graph verifier: use __doc__ description for error explanation
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
03bd7c20f0
commit
e62cc29b47
@ -188,7 +188,7 @@ def get_spanning_tree_edges(graph, my_site, label=None, verify=False,
|
||||
properties=('complete', 'connected'))
|
||||
if errors:
|
||||
DEBUG('spanning tree edge set %s FAILED' % edgeType)
|
||||
for p, e in errors:
|
||||
for p, e, doc in errors:
|
||||
DEBUG("%18s: %s" % (p, e))
|
||||
raise KCCError("spanning tree failed")
|
||||
|
||||
|
Reference in New Issue
Block a user