Fix grammar
This commit is contained in:
parent
bc81ab84cb
commit
cd01f07007
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ func (h *Handler) Run(ctx context.Context) error {
|
|||
|
||||
defer func() {
|
||||
cancel()
|
||||
h.logger.Info("context canceled waiting for shutdown of components")
|
||||
h.logger.Info("context canceled, waiting for shutdown of components")
|
||||
wg.Wait()
|
||||
h.logger.Info("shutdown complete")
|
||||
}()
|
||||
|
|
Loading…
Reference in a new issue