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

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/14324/head
guoxiangzhou 2021-12-27 15:10:49 +08:00 committed by GitHub
parent 5e559ed6fb
commit 703eabc2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ func TestProxy(t *testing.T) {
defer func() {
err := qc.Stop()
assert.NoError(t, err)
log.Info("stop query coordinator")
log.Info("stop QueryCoord")
}()
}