Skip to content

Commit

Permalink
修改日志
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Aug 22, 2024
1 parent 54bafcf commit c8861b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (module Module) PostInitialize() {
go enableReportLog()
})

fs.AddInitCallback("开启定时注册客户端,防止掉线", func() {
fs.AddInitCallback("开启定时注册调度中心,防止掉线", func() {
go RegistryJob()
})

Expand Down

0 comments on commit c8861b5

Please sign in to comment.