From 55a07ce2479e1b4c74dec15ce4e78e3fdf50a27c Mon Sep 17 00:00:00 2001 From: mrossign <mrossign@localhost> Date: Wed, 16 Sep 2009 08:34:51 +0000 Subject: [PATCH] Fix for #4098 Initializing a fractional domain through import-ldif when server is down does not work --- 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 5070dd6..e75be31 100644 --- a/opends/src/messages/messages/jeb.properties +++ b/opends/src/messages/messages/jeb.properties @@ -343,7 +343,7 @@ NOTICE_JEB_IMPORT_LDIF_LOG_BYTES_184=Setting DB log byte size to %d bytes NOTICE_JEB_IMPORT_LDIF_DB_MEM_BUF_INFO_185=Setting DB cache size to %d bytes \ and phase one buffer size to to %d bytes -NOTICE_JEB_IMPORT_LDIF_TOT_MEM_BUF_186=The amount of freeemory available to \ +NOTICE_JEB_IMPORT_LDIF_TOT_MEM_BUF_186=The amount of free memory available to \ the import task is %d bytes. The number of phase one buffers required is \ %d buffers NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=Checkpoints performed: %d -- Gitblit v1.10.0