From 62c5554cd9763cc0b262379a1786239535fb3b58 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 26 Mar 2009 15:36:07 +0000
Subject: [PATCH] Fix for issue 3451 ("Unfinished" error message from ldapcompare --filename nosuchfile) Use an specific error message when we cannot read the provided file.

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

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 61103a3..b3d7a8e 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2463,3 +2463,7 @@
 
 SEVERE_ERR_START_DATETIME_ALREADY_PASSED_1667=The specified start time '%s' \
  has already passed
+
+SEVERE_ERR_LDAPCOMPARE_ERROR_READING_FILE_1668=An error occurred reading file \
+ '%s'.  Check that the file exists and that you have read access rights to \
+ it.  Details: %s
\ No newline at end of file

--
Gitblit v1.10.0