提交 c7a2fd32 编写于 作者: martianzhang's avatar martianzhang

fix log spell error

上级 7ede3434
...@@ -99,9 +99,9 @@ func BuildEnv() (*VirtualEnv, *database.Connector) { ...@@ -99,9 +99,9 @@ func BuildEnv() (*VirtualEnv, *database.Connector) {
common.Config.OnlineDSN.Disable = true common.Config.OnlineDSN.Disable = true
} }
// 判断测试环境与remote环境版本是否一致 // 判断测试环境与线上环境版本是否一致,要求测试环境版本不低于线上环境
if vEnvVersion < rEnvVersion { if vEnvVersion < rEnvVersion {
common.Log.Warning("TestDSN MySQL version older than OnlineDSN(%d), TestDSN(%d) will not be used", vEnvVersion, rEnvVersion) common.Log.Warning("TestDSN MySQL version older than OnlineDSN(%d), TestDSN(%d) will not be used", rEnvVersion, vEnvVersion)
common.Config.TestDSN.Disable = true common.Config.TestDSN.Disable = true
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册