Skip to content

Commit 3ebe10e

Browse files
committed
Add additional warning message
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 2686678 commit 3ebe10e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/opensearch/plugins/PluginsService.java

+1
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ private static void addSortedBundle(
525525
Bundle depBundle = bundles.get(dependency);
526526
if (depBundle == null) {
527527
logger.warn("Missing plugin [" + dependency + "], dependency of [" + name + "]");
528+
logger.warn("Some features of this plugin may not function without the dependencies being installed.\n");
528529
continue;
529530
}
530531
addSortedBundle(depBundle, bundles, sortedBundles, dependencyStack);

0 commit comments

Comments
 (0)