Skip to content

Commit

Permalink
修改日志格式
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 31, 2023
1 parent b3741f7 commit fbd27f5
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 @@ -17,7 +17,7 @@ func (module Module) Initialize() {
for key, val := range nodes {
configString := val.(string)
if configString == "" {
panic("[farseer.yaml]Rabbit." + key + ",没有正确配置")
panic("[farseer.yaml]Rabbit." + key + ",配置不正确")
}
// 注册内部上下文
Register(key, configString)
Expand Down

0 comments on commit fbd27f5

Please sign in to comment.