summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/pkispawn
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-28 04:09:56 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-28 04:09:56 -0500
commit55a12b03a24f584649be425554a3df4e00731b9b (patch)
tree5b5541c68b9a7fdaa63c26d260ba415384779ee3 /base/deploy/src/pkispawn
parent3683d2a0647ff09508d0cf1f0553a35870c110db (diff)
downloadpki-55a12b03a24f584649be425554a3df4e00731b9b.tar.gz
pki-55a12b03a24f584649be425554a3df4e00731b9b.tar.xz
pki-55a12b03a24f584649be425554a3df4e00731b9b.zip
Reorganized configuration parameters.ticket-399-3
Diffstat (limited to 'base/deploy/src/pkispawn')
-rwxr-xr-xbase/deploy/src/pkispawn2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/src/pkispawn b/base/deploy/src/pkispawn
index fbb6b8e26..a593c702a 100755
--- a/base/deploy/src/pkispawn
+++ b/base/deploy/src/pkispawn
@@ -123,7 +123,7 @@ def main(argv):
# Read the specified PKI configuration file.
rv = parser.read_pki_configuration_file()
if rv != 0:
- config.pki_log.error(PKI_UNABLE_TO_PARSE_1, rv,
+ config.pki_log.error(log.PKI_UNABLE_TO_PARSE_1, rv,
extra=config.PKI_INDENTATION_LEVEL_0)
sys.exit(1)
else: