LOG.info("********** Version has been updated, new version is {} **********",dynamicVersion);
LOG.info("Version has been updated, new version is {}",dynamicVersion);
}else{
thrownewPluginException("Version updating will be ignored, because input localVersion="+localVersion+", current localVersion="+pluginAdapter.getLocalVersion());
}
...
...
@@ -131,12 +131,12 @@ public class PluginSubscriber {
LOG.info("********** Version has been cleared **********");
LOG.info("Version has been cleared");
}else{
thrownewPluginException("Version clearing will be ignored, because input localVersion="+localVersion+", current localVersion="+pluginAdapter.getLocalVersion());