Skip to content

Commit

Permalink
Update graceful.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vardius authored Jun 12, 2020
1 parent 9dc9b95 commit 43a472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graceful.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func GracefulStop(stop func()) {
)

<-signalChan
log.Print("os.Interrupt - shutting down..\n")
log.Print("os.Interrupt - shutting down...\n")

// terminate after second signal before callback is done
go func() {
Expand Down

0 comments on commit 43a472e

Please sign in to comment.