From 42ad1906a95d497134a4007438832debd3d994b7 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 26 Jun 2008 14:24:42 +0000 Subject: [PATCH] Fix for issue 3432 ( Give full path in error message from dsconfig --commandFilePath mylogfile) --- opendj-sdk/opends/src/messages/messages/dsconfig.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/dsconfig.properties b/opendj-sdk/opends/src/messages/messages/dsconfig.properties index ce1f69e..5baa7eb 100644 --- a/opendj-sdk/opends/src/messages/messages/dsconfig.properties +++ b/opendj-sdk/opends/src/messages/messages/dsconfig.properties @@ -461,7 +461,8 @@ while attempting to write equivalent non-interactive command line to file \ %s. Error details: %s SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write \ - to file %s. Verify that you have access rights to that file + to file %s. Verify that you have access rights to that file and that you \ + provided the full path of the file SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=The specified \ path %s to write the equivalent command is a directory. You must specify a \ path to a file -- Gitblit v1.10.0