Skip to content

Commit

Permalink
Decrease to DEBUG the log "API compatibility mode is enabled on plugi…
Browse files Browse the repository at this point in the history
…n xxx"
  • Loading branch information
Simon Brandhof committed Jun 12, 2015
1 parent 8894e29 commit 4237ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Collection<PluginClassloaderDef> defineClassloaders(Map<String, PluginInfo> info
boolean compatibilityMode = minSqVersion != null && minSqVersion.compareToIgnoreQualifier(COMPATIBILITY_MODE_MAX_VERSION) < 0;
def.setCompatibilityMode(compatibilityMode);
if (compatibilityMode) {
Loggers.get(getClass()).info("API compatibility mode is enabled on plugin {} [{}] " +
Loggers.get(getClass()).debug("API compatibility mode is enabled on plugin {} [{}] " +
"(built with API lower than {})",
info.getName(), info.getKey(), COMPATIBILITY_MODE_MAX_VERSION);
}
Expand Down

0 comments on commit 4237ee5

Please sign in to comment.