Skip to content

Commit

Permalink
Update modules/graceful/manager_unix.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zeripath authored Oct 10, 2022
1 parent eb6fae2 commit d0c499d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/graceful/manager_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func (g *Manager) DoGracefulShutdown() {
g.notify(stoppingMsg)
} else {
g.lock.Unlock()
g.notify(statusMsg("shutting down after fork"))
g.notify(statusMsg("Shutting down after fork"))
}
g.doShutdown()
}
Expand Down

0 comments on commit d0c499d

Please sign in to comment.