From ff1dc93989f6df8bdea1b0f31c05067397a0cca1 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Mon, 28 Jan 2008 12:36:01 +0000 Subject: [PATCH] - [Issue 2358] Add progress information to bin/verify-index command Log total number of records to process along records processed in the progress report. --- opends/src/messages/messages/jeb.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties index 94b88c4..3deac18 100644 --- a/opends/src/messages/messages/jeb.properties +++ b/opends/src/messages/messages/jeb.properties @@ -211,8 +211,8 @@ exceeded the entry limit: INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108= File %s has %d such record(s) \ min=%d max=%d median=%d -INFO_JEB_VERIFY_PROGRESS_REPORT_109=Processed %d records and found %d \ - error(s) (recent rate %.1f/sec) +INFO_JEB_VERIFY_PROGRESS_REPORT_109=Processed %d out of %d records and found \ + %d error(s) (recent rate %.1f/sec) INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=Free memory = %d MB, Cache miss \ rate = %.1f/record MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=The following paged results \ -- Gitblit v1.10.0