Skip to content

Commit

Permalink
HSEARCH-966 Only using to digits after the comma for the percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Nov 7, 2011
1 parent 511646e commit a16853f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -175,7 +175,7 @@ public interface Log extends BasicLogger {
void indexingDocumentsCompleted(long doneCount, long elapsedMs);

@LogMessage(level = INFO)
@Message(id = 31, value = "Indexing speed: %1$f documents/second; progress: %2$f%%")
@Message(id = 31, value = "Indexing speed: %1$f documents/second; progress: %2$.2f%%")
void indexingSpeed(float estimateSpeed, float estimatePercentileComplete);

@LogMessage(level = WARN)
Expand Down

0 comments on commit a16853f

Please sign in to comment.