[skip e2e] Modify log text according to the naming conventions (#14274)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
guoxiangzhou 2021-12-29 14:09:21 +08:00 committed by GitHub
parent 3705ac7142
commit 4abc4c7e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,7 +352,7 @@ func TestProxy(t *testing.T) {
defer func() {
err := dc.Stop()
assert.NoError(t, err)
log.Info("stop data coordinator")
log.Info("stop DataCoord")
}()
}