Fix grammar

This commit is contained in:
Jan Dittberner 2022-12-03 13:15:58 +01:00
parent bc81ab84cb
commit cd01f07007

View file

@ -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")
}()