[skip e2e]Improve log (#13702)

Signed-off-by: sunby <bingyi.sun@zilliz.com>

Co-authored-by: sunby <bingyi.sun@zilliz.com>
pull/13687/head
Bingyi Sun 2021-12-20 11:14:51 +08:00 committed by GitHub
parent b54b72e475
commit 9e0219ec3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ func (s *Server) Start() error {
Params.CreatedTime = time.Now()
Params.UpdatedTime = time.Now()
atomic.StoreInt64(&s.isServing, ServerStateHealthy)
log.Debug("dataCoordinator startup success")
log.Debug("DataCoord startup success")
return nil
}