by Robin at 20240514

This commit is contained in:
Leufolium 2024-05-14 22:50:42 +08:00
parent 7ab0b8ae82
commit 5818cc5785
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ func (e *executor) registry() {
e.log.Error("执行器注册失败3:" + string(body)) e.log.Error("执行器注册失败3:" + string(body))
return return
} }
e.log.Info("执行器注册成功:" + string(body)) //e.log.Info("执行器注册成功:" + string(body))
}() }()
} }