summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/errors.py')
-rw-r--r--ipalib/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py
index 2e9eebee..a29dbbee 100644
--- a/ipalib/errors.py
+++ b/ipalib/errors.py
@@ -739,7 +739,7 @@ class NotFound(ExecutionError):
"""
errno = 4001
- format = _('entry not found')
+ format = _('%(reason)r')
class DuplicateEntry(ExecutionError):
"""