From: Douglas Bagnall Date: Sat, 27 Oct 2018 22:08:28 +0000 (+1300) Subject: tests/rodc_rwdc: fix message format X-Git-Tag: tdb-1.3.17~1013 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a66eeb1242ef6715c362c430e619c015334ced5;p=thirdparty%2Fsamba.git tests/rodc_rwdc: fix message format Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/source4/dsdb/tests/python/rodc_rwdc.py b/source4/dsdb/tests/python/rodc_rwdc.py index 2a0c1ed6d60..cc715e6e7ad 100644 --- a/source4/dsdb/tests/python/rodc_rwdc.py +++ b/source4/dsdb/tests/python/rodc_rwdc.py @@ -822,7 +822,7 @@ class RodcRwdcTests(password_lockout_base.BasePasswordTestCase): except ldb.LdbError as e: (ecode, emsg) = e.args self.fail("Failed to add %s to rwdc: ldb error: %s %s" % - (ecode, emsg)) + (o, ecode, emsg)) if cross_ncs: self.force_replication(base=base)