We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85daaf1 commit 12d90d2Copy full SHA for 12d90d2
server/src/main/java/org/elasticsearch/cluster/coordination/ClusterBootstrapService.java
@@ -131,7 +131,7 @@ private void awaitBootstrap(final BootstrapConfiguration bootstrapConfiguration)
131
new TransportResponseHandler<BootstrapClusterResponse>() {
132
@Override
133
public void handleResponse(BootstrapClusterResponse response) {
134
- logger.debug("bootstrapped successful: received {}", response);
+ logger.debug("automatic cluster bootstrapping successful: received {}", response);
135
}
136
137
0 commit comments