Skip to content

Commit a95240b

Browse files
committed
Address feedback
Signed-off-by: Craig Perkins <[email protected]>
1 parent c79e7ba commit a95240b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/opensearch/security/securityconf/DynamicConfigFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void onChange(ConfigurationMap typeToConfig) {
191191
String logmsg = "current config (because of "
192192
+ typeToConfig.keySet()
193193
+ ")\n"
194-
+ " accessLevels: "
194+
+ " actionGroups: "
195195
+ actionGroups.getImplementingClass()
196196
+ " with "
197197
+ actionGroups.getCEntries().size()

0 commit comments

Comments
 (0)