Fixed log typos

This commit is contained in:
Luca Frosini 2020-12-09 11:59:37 +01:00
parent cb545c0cf0
commit 651f42ab80
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class SmartExecutorInitializator implements ApplicationManager {
try { try {
isPublisher.unpublishPlugins(true); isPublisher.unpublishPlugins(true);
}catch (Exception e) { }catch (Exception e) {
logger.error("unable to unpublish plugind from IS using {}. Trying to continue.", isPublisher.getClass().getName()); logger.error("Unable to unpublish plugins from IS using {}. Trying to continue.", isPublisher.getClass().getName());
} }
try { try {
isPublisher.publishPlugins(availablePlugins); isPublisher.publishPlugins(availablePlugins);