summaryrefslogtreecommitdiffstats
path: root/base/server/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/python')
-rw-r--r--base/server/python/pki/server/deployment/pkihelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/pkihelper.py b/base/server/python/pki/server/deployment/pkihelper.py
index b6eacf1ce..25c74c6f9 100644
--- a/base/server/python/pki/server/deployment/pkihelper.py
+++ b/base/server/python/pki/server/deployment/pkihelper.py
@@ -1084,7 +1084,7 @@ class Instance:
self.mdict['pki_instance_name'],
extra=config.PKI_INDENTATION_LEVEL_2)
raise Exception(
- log.PKI_SUBSYSTEM_DOES_NOT_EXIST_2 % (
+ log.PKI_SUBSYSTEM_ALREADY_EXISTS_2 % (
self.mdict['pki_subsystem'],
self.mdict['pki_instance_name']))
except OSError as exc: