This commit is contained in:
Redkale
2020-12-09 21:58:04 +08:00
parent f6caf41960
commit b19e5fe839

View File

@@ -313,7 +313,7 @@ public abstract class NodeServer {
//NodeServer.this.watchFactory.inject(src);
if (source instanceof Service && needinit) ((Service) source).init(sourceConf);
} catch (Exception e) {
logger.log(Level.SEVERE, "[" + Thread.currentThread().getName() + "] DataSource inject error", e);
logger.log(Level.SEVERE, "[" + Thread.currentThread().getName() + "] DataSource inject to " + src + " error", e);
}
}, DataSource.class);