Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opensearch-project/OpenSearch into …
Browse files Browse the repository at this point in the history
…testLoggingHandler

Signed-off-by: Harold Wang <harowang@amazon.com>
  • Loading branch information
harold-wang committed Mar 25, 2021
2 parents 1814b2d + 5a33241 commit bea680b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public String toString(String prefix) {
.append(prefix).append("Name: ").append(name).append("\n")
.append(prefix).append("Description: ").append(description).append("\n")
.append(prefix).append("Version: ").append(version).append("\n")
.append(prefix).append("OpenSearch version: ").append(opensearchVersion).append("\n")
.append(prefix).append("OpenSearch Version: ").append(opensearchVersion).append("\n")
.append(prefix).append("Java Version: ").append(javaVersion).append("\n")
.append(prefix).append("Native Controller: ").append(hasNativeController).append("\n")
.append(prefix).append("Extended Plugins: ").append(extendedPlugins).append("\n")
Expand Down

0 comments on commit bea680b

Please sign in to comment.