summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/replication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/replication.py b/ipaserver/install/replication.py
index e9af88dc4..2b36a5eb9 100644
--- a/ipaserver/install/replication.py
+++ b/ipaserver/install/replication.py
@@ -1171,7 +1171,7 @@ class ReplicationManager(object):
entry = self.get_replication_agreement(hostname)
if not entry:
raise errors.NotFound(
- "Replication agreement for %s not found" % hostname)
+ reason="Replication agreement for %s not found" % hostname)
objectclass = entry.get("objectclass")
for o in objectclass: