This commit is contained in:
wentch
2015-12-17 11:12:48 +08:00
parent a6b627863a
commit 58e01216d7

View File

@@ -221,6 +221,7 @@ public abstract class NodeServer {
ServiceWrapper wrapper = new ServiceWrapper(CacheSourceService.class, (Service) source, resourceName, getSncpGroup(), sncpDefaultGroups, null);
sncpServer.getSncpServer().addService(wrapper);
}
logger.fine("[" + Thread.currentThread().getName() + "] Load " + source);
} catch (Exception e) {
logger.log(Level.SEVERE, "DataSource inject error", e);
}