Fix grammar

main
Jan Dittberner 2 years ago
parent bc81ab84cb
commit cd01f07007

@ -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…
Cancel
Save