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

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
guoxiangzhou 2021-12-27 15:21:13 +08:00 committed by GitHub
parent 049894fc14
commit 4671a88fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ func TestProxy(t *testing.T) {
defer func() {
err := in.Stop()
assert.NoError(t, err)
log.Info("stop index node")
log.Info("stop IndexNode")
}()
}