Skip to content

Commit c80e626

Browse files
committed
Warn about compat mode instead of normal info
1 parent 7ae70f6 commit c80e626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/java/net/thenextlvl/service/plugin/ServiceBootstrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private void enableCompatibilityMode(final PluginProviderContext context, final
7272
name.set(meta, "Vault");
7373
provides.set(meta, List.copyOf(providedPlugins));
7474
pluginVersion.set(meta, version);
75-
logger.info("Enabled compatibility mode with version {}, only use this if you really need to.", version);
75+
logger.warn("Enabled compatibility mode with version {}, only use this if you really need to!", version);
7676
} catch (final NoSuchFieldException | IllegalAccessException e) {
7777
logger.warn("Failed to initialize compatibility mode", e);
7878
logger.warn("Please look for similar issues or report this on GitHub: {}", ISSUES);

0 commit comments

Comments
 (0)