From: Garming Sam Date: Mon, 18 Jul 2016 02:38:40 +0000 (+1200) Subject: kcc: correct a typo in the debug messages X-Git-Tag: tdb-1.3.10~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10f256a7fefec8584008d5fe75611b913808c40e;p=thirdparty%2Fsamba.git kcc: correct a typo in the debug messages Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py index 5498238761e..e96ff836437 100644 --- a/python/samba/kcc/__init__.py +++ b/python/samba/kcc/__init__.py @@ -2235,9 +2235,9 @@ class KCC(object): while candidates and not tnode.has_sufficient_edges(): other = random.choice(candidates) - DEBUG("trying to add candidate %s" % other.dsa_dstr) + DEBUG("trying to add candidate %s" % other.dsa_dnstr) if not tnode.add_edge_from(other): - debug.DEBUG_RED("could not add %s" % other.dsa_dstr) + debug.DEBUG_RED("could not add %s" % other.dsa_dnstr) candidates.remove(other) else: DEBUG_FN("not adding links to %s: nodes %s, links is %s/%s" %