From 377e3fe76bd9ec1344278015467aaa483209f494 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Thu, 23 Jul 2009 14:30:03 +0000 Subject: [PATCH] Fix for defect 4058: Schema backend backup/restore inefficiencies. --- opendj-sdk/opends/src/messages/messages/backend.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/backend.properties b/opendj-sdk/opends/src/messages/messages/backend.properties index c4aa173..2c88b48 100644 --- a/opendj-sdk/opends/src/messages/messages/backend.properties +++ b/opendj-sdk/opends/src/messages/messages/backend.properties @@ -257,7 +257,7 @@ schema files that were in place before the start of the restore process have \ been preserved and are contained in the %s directory SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore \ - schema backup %s or % s because an error occurred while attempting to create a new \ + schema backup %s because an error occurred while attempting to create a new \ empty directory %s into which the files should be restored: %s SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=An error occurred that \ prevented the schema backup from being properly restored. The original \ -- Gitblit v1.10.0