改进文字

This commit is contained in:
GoEdgeLab
2022-01-05 20:13:22 +08:00
parent ba0571c3bb
commit c3104f88ce
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ func (this *CreatePopupAction) RunPost(params struct {
}
// 创建日志
defer this.CreateLog(oplogs.LevelInfo, "创建代理服务分组 %d", createResp.ServerGroupId)
defer this.CreateLog(oplogs.LevelInfo, "创建服务分组 %d", createResp.ServerGroupId)
this.Success()
}