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 {
isPublisher.unpublishPlugins(true);
}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 {
isPublisher.publishPlugins(availablePlugins);