Skip to content

Commit 63b8f74

Browse files
committed
fixup! log
1 parent e893a17 commit 63b8f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/test/SecuritySingleNodeTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ protected void createSecurityIndexWithWaitForActiveShards() {
415415
try {
416416
client.admin().indices().create(createIndexRequest).actionGet();
417417
} catch (ResourceAlreadyExistsException e) {
418-
logger.info("Security index already exists, waiting for it to become available", e);
418+
logger.info("Security index already exists, skipping creation and waiting for it to become available", e);
419419
ClusterHealthRequest healthRequest = new ClusterHealthRequest(TEST_REQUEST_TIMEOUT, SECURITY_MAIN_ALIAS).waitForActiveShards(
420420
ActiveShardCount.ALL
421421
);

0 commit comments

Comments
 (0)