From: Douglas Bagnall Date: Thu, 3 Dec 2020 21:15:24 +0000 (+1300) Subject: dbcheck: improve some duplicate doc strings X-Git-Tag: samba-4.14.0rc1~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aec5b930d9ca278c9045e6b58e4de2b34d8c591;p=thirdparty%2Fsamba.git dbcheck: improve some duplicate doc strings Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/dbchecker.py b/python/samba/dbchecker.py index 3750b7bb45f..e7534f8b660 100644 --- a/python/samba/dbchecker.py +++ b/python/samba/dbchecker.py @@ -720,7 +720,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base))) self.report("Fixed %s on attribute %s" % (errstr, attrname)) def err_dn_string_component_old(self, dn, attrname, val, dsdb_dn, correct_dn): - """handle a DN string being incorrect""" + """handle a DN string being incorrect due to a rename or delete""" self.report("NOTE: old (due to rename or delete) DN string component for %s in object %s - %s" % (attrname, dn, val)) dsdb_dn.dn = correct_dn @@ -755,7 +755,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base))) self.report("Fixed incorrect DN %s on attribute %s" % (mismatch_type, attrname)) def err_dn_component_missing_target_sid(self, dn, attrname, val, dsdb_dn, target_sid_blob): - """handle a DN string being incorrect""" + """fix missing on linked attributes""" self.report("ERROR: missing DN SID component for %s in object %s - %s" % (attrname, dn, val)) if len(dsdb_dn.prefix) != 0: