From 88b5935e25fae6d6b65e4a43e151a546d0bc8787 Mon Sep 17 00:00:00 2001 From: david_page <david_page@localhost> Date: Wed, 10 Oct 2007 16:38:28 +0000 Subject: [PATCH] issue 466 (partial) remove redundant server property BACKUP_PROPERTY_CIPHER_ALGORITHM The cipher algorithm used is encoded in the backup data prologue. --- opends/src/messages/messages/jeb.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties index f6d39f1..0e322aa 100644 --- a/opends/src/messages/messages/jeb.properties +++ b/opends/src/messages/messages/jeb.properties @@ -139,7 +139,7 @@ SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while \ trying to create the database archive file %s in directory %s: %s SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting \ - to obtain the %s cipher to use to encrypt the backup: %s + to obtain the cipher to use to encrypt the backup: %s SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while \ attempting to obtain a list of the files in directory %s to include in the \ -- Gitblit v1.10.0