This commit is contained in:
@@ -347,7 +347,7 @@ public abstract class NodeServer {
|
|||||||
});
|
});
|
||||||
if (sb != null) {
|
if (sb != null) {
|
||||||
remoteServiceWrappers.forEach(y -> {
|
remoteServiceWrappers.forEach(y -> {
|
||||||
sb.append(threadName).append(y.toSimpleString()).append(" loaded and injected").append(LINE_SEPARATOR);
|
sb.append(threadName).append(y.toSimpleString()).append(" load and inject").append(LINE_SEPARATOR);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
//----------------- init -----------------
|
//----------------- init -----------------
|
||||||
@@ -362,7 +362,7 @@ public abstract class NodeServer {
|
|||||||
long s = System.currentTimeMillis();
|
long s = System.currentTimeMillis();
|
||||||
y.getService().init(y.getConf());
|
y.getService().init(y.getConf());
|
||||||
long e = System.currentTimeMillis() - s;
|
long e = System.currentTimeMillis() - s;
|
||||||
if (slist != null) slist.add(new StringBuilder().append(threadName).append(y.toSimpleString()).append(" loaded and inited ").append(e).append(" ms").append(LINE_SEPARATOR).toString());
|
if (slist != null) slist.add(new StringBuilder().append(threadName).append(y.toSimpleString()).append(" load and init in ").append(e).append(" ms").append(LINE_SEPARATOR).toString());
|
||||||
} finally {
|
} finally {
|
||||||
clds.countDown();
|
clds.countDown();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user