Skip to content

Commit c974761

Browse files
committed
Nit
1 parent 0b6bdff commit c974761

File tree

1 file changed

+1
-2
lines changed
  • x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security

1 file changed

+1
-2
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/Security.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,9 +1274,8 @@ private CloudApiKeyService createCloudApiKeyService(SecurityExtension.SecurityCo
12741274
+ extension.getClass().getName()
12751275
+ "] extension tried to install a custom CloudApiKeyService, but one has already been installed."
12761276
);
1277-
} else {
1278-
logger.debug("CloudApiKeyService provided by extension [{}]", extension.extensionName());
12791277
}
1278+
logger.debug("CloudApiKeyService provided by extension [{}]", extension.extensionName());
12801279
}
12811280
}
12821281
if (cloudApiKeyServiceSetOnce.get() == null) {

0 commit comments

Comments
 (0)