Skip to content

Commit

Permalink
1.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Nov 6, 2022
1 parent e080c6b commit ea53d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solon/src/main/java/org/noear/solon/SolonApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected void run() throws Throwable{
//event::1.0.x推送Plugin init end事件
EventBus.push(PluginInitEndEvent.instance);

LogUtil.global().trace("App: Plugin start loading");
LogUtil.global().trace("App: Plugin starting up");

//1.1.尝试启动插件(顺序不能乱) //不能用forEach,以免当中有插进来
for (int i = 0, len = plugs.size(); i < len; i++) {
Expand Down

0 comments on commit ea53d6b

Please sign in to comment.