clients.add(client);
LOG.log(Level.WARNING, "Plugin {0} is not compatible with this framework version v{1}",
new Object[]{c.getName(), Info.getVersion()});
}
PluginHasChanged event =
new PluginHasChanged(ClientStorageInMemory.class,
c.getName(), PluginActions.ENQUEUE);
final BusService busService = Freedomotic.INJECTOR.getInstance(BusService.class);
busService.send(event);
LOG.log(Level.CONFIG,
"{0} added to plugins list.",