summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-07-29 21:53:07 +0000
committerawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-07-29 21:53:07 +0000
commit95c41ce2be9ca3211dc78e2abc377c0dc42215c4 (patch)
treeb966e0f2f78531dc6d9468d769bfacc6ec13d69a
parentbe70de5ac052e557307282a16059bc174e725e25 (diff)
downloadpki-95c41ce2be9ca3211dc78e2abc377c0dc42215c4.tar.gz
pki-95c41ce2be9ca3211dc78e2abc377c0dc42215c4.tar.xz
pki-95c41ce2be9ca3211dc78e2abc377c0dc42215c4.zip
Fixing bugzilla bug #606556 again
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1141 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/base/common/src/LogMessages.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/pki/base/common/src/LogMessages.properties b/pki/base/common/src/LogMessages.properties
index fa93e8327..73fad826b 100644
--- a/pki/base/common/src/LogMessages.properties
+++ b/pki/base/common/src/LogMessages.properties
@@ -2356,6 +2356,7 @@ PUBLISH_OCSP_PUBLISHER_ERROR=OCSPPublisher: {0}
SELFTESTS_PARAMETER_WAS_NULL={0}: a self test parameter was null
SELFTESTS_MISSING_NAME={0}: the self test property name {1} does not exist
SELFTESTS_MISSING_VALUES={0}: the self test property name {1} contained no value(s)
+SELFTESTS_INVALID_VALUES={0}: the self test property name {1} contained invalid value(s)
SELFTESTS_CA_IS_NOT_PRESENT={0}: CA is NOT present
SELFTESTS_CA_IS_NOT_INITIALIZED={0}: CA is NOT yet initialized
SELFTESTS_CA_IS_CORRUPT={0}: CA public key is corrupt
@@ -2378,6 +2379,8 @@ SELFTESTS_RA_IS_NOT_PRESENT={0}: RA is NOT present
SELFTESTS_RA_IS_NOT_INITIALIZED={0}: RA is NOT yet initialized
SELFTESTS_RA_IS_CORRUPT={0}: RA public key is corrupt
SELFTESTS_RA_IS_PRESENT={0}: RA is present
+SELFTESTS_TKS_FAILED={0}: TKS self test called {1} FAILED!
+SELFTESTS_TKS_SUCCEEDED={0}: TKS self test called {1} ran SUCCESSFULLY
SELFTESTS_RUN_ON_DEMAND_REQUEST={0}: the passed in request parameter {1}, used to invoke running self tests on-demand, was missing
SELFTESTS_RUN_ON_DEMAND={0}: Running self test plugins specified to be executed on-demand:
SELFTESTS_NOT_RUN_ON_DEMAND={0}: There were NO self test plugins specified to be run on-demand!