summaryrefslogtreecommitdiffstats
path: root/ipalib/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/exceptions.py')
-rw-r--r--ipalib/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/exceptions.py b/ipalib/exceptions.py
index 76c7da8c2..4c3071775 100644
--- a/ipalib/exceptions.py
+++ b/ipalib/exceptions.py
@@ -58,7 +58,7 @@ class DuplicateError(IPAError):
class RegistrationError(IPAError):
- msg = '%r must be a subclass of %s'
+ msg = '%s: %r'
class PrefixError(IPAError):