From 52b6aaf991fb07716ef61313236be500c4c584be Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 16 Jan 2008 00:06:38 +0000
Subject: [PATCH] Fix for issue 2817 (Command backup should detect dupplicated backupID and exit on error rather than trying to process).

---
 opends/src/messages/messages/tools.properties |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 32c80c1..d62caab 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2220,4 +2220,5 @@
  specified in the properties file %s
 INFO_DESCRIPTION_TEST_IF_OFFLINE_1496=When this is set test if the command \
  must be run in offline or online mode, returning the appropriate error code
- 
+SEVERE_ERR_BACKUPDB_REPEATED_BACKEND_ID_1497=The backend ID '%s' has been \
+ specified several times

--
Gitblit v1.10.0