Skip to content

Commit

Permalink
update unsent error string
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmills committed Oct 27, 2022
1 parent 848742a commit a69d369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shutdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ type errOnUnsentSignal struct {

func (err *errOnUnsentSignal) Error() string {
return fmt.Sprintf(
"failed to send %v signal to %v out of %v channels",
"send %v signal: %v/%v channels are blocked",
err.Signal,
err.Unsent,
err.Channels,
Expand Down

0 comments on commit a69d369

Please sign in to comment.