Skip to content

Commit

Permalink
*: improve some logs (tikv#1516)
Browse files Browse the repository at this point in the history
* improve some logs

Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx authored and nolouch committed Jul 10, 2019
1 parent f54984e commit 9831615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ func (c *coordinator) runScheduler(s *scheduleController) {
}

case <-s.Ctx().Done():
log.Info("stopped scheduler",
log.Info("scheduler has been stopped",
zap.String("scheduler-name", s.GetName()),
zap.Error(s.Ctx().Err()))
return
Expand Down

0 comments on commit 9831615

Please sign in to comment.