summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--designate/central/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/central/service.py b/designate/central/service.py
index bf79420c..d4193e61 100644
--- a/designate/central/service.py
+++ b/designate/central/service.py
@@ -776,7 +776,7 @@ class Service(service.RPCService):
# Record the Parent Zone ID
zone.parent_zone_id = parent_zone.id
else:
- raise exceptions.IllegalChildZone('Unable to create'
+ raise exceptions.IllegalChildZone('Unable to create '
'subzone in another '
'tenants zone')