Fix missing parenthesis in commit timeout message

This commit is contained in:
Jason Tedor 2016-04-02 14:16:32 -04:00
parent c7c8b1d825
commit e201f5c8b0
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ public class PublishClusterStateAction extends AbstractComponent {
}
if (timedout) {
markAsFailed("timed out waiting for commit (commit timeout [" + commitTimeout + "]");
markAsFailed("timed out waiting for commit (commit timeout [" + commitTimeout + "])");
}
if (isCommitted() == false) {
throw new Discovery.FailedToCommitClusterStateException("{} enough masters to ack sent cluster state. [{}] left",