summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-06-22 21:30:07 +0000
committerawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-06-22 21:30:07 +0000
commit773f1c56cca4429cc923f79cfe5526d9394da700 (patch)
tree9a3f3d2d736700a5e9d4eba046dac1017f592800
parenteb0592652fbe309a420638ebe6c00ffa09e1849e (diff)
downloadpki-773f1c56cca4429cc923f79cfe5526d9394da700.tar.gz
pki-773f1c56cca4429cc923f79cfe5526d9394da700.tar.xz
pki-773f1c56cca4429cc923f79cfe5526d9394da700.zip
Fixed bugzilla bug #606556
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1118 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/base/common/src/LogMessages_en.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/pki/base/common/src/LogMessages_en.properties b/pki/base/common/src/LogMessages_en.properties
index 28616d370..86818f718 100644
--- a/pki/base/common/src/LogMessages_en.properties
+++ b/pki/base/common/src/LogMessages_en.properties
@@ -2272,6 +2272,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
@@ -2294,6 +2295,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!