From e546352d03f0263efe6cfa514d896ee1c7044eea Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Tue, 22 Jan 2008 15:50:28 +0000 Subject: [PATCH] - rename and move [entry-]cache-preload from default entry cache configuration to global configuration. - abandon default entry cache configuration and objectclass which can be resurrected later if more related configuration attributes come in. - minor cleanup to preload messages. --- opends/src/messages/messages/extension.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index 12eaff6..f024d0a 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -80,12 +80,12 @@ SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=The entry cache preload has been \ interrupted SEVERE_ERR_CACHE_PRELOAD_COLLECTOR_FAILED_14=The entry cache preload was \ - unable to complete collector processing for %s backend, and as a result \ + unable to complete preload processing for %s backend, and as a result \ the entry cache preload for this backend will be incomplete SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_15=The entry cache preload is not \ supported by %s backend, and as a result no entries from this backend will \ - be preloaded onto the entry cache -SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_16=Failed to preload %s entry onto \ + be preloaded into the entry cache +SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_16=Failed to preload %s entry into \ the entry cache: %s MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=The password modify \ extended request sequence included an ASN.1 element of an invalid type: %s -- Gitblit v1.10.0