Skip to content

Commit d0c499d

Browse files
authored
Update modules/graceful/manager_unix.go
1 parent eb6fae2 commit d0c499d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/graceful/manager_unix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func (g *Manager) DoGracefulShutdown() {
265265
g.notify(stoppingMsg)
266266
} else {
267267
g.lock.Unlock()
268-
g.notify(statusMsg("shutting down after fork"))
268+
g.notify(statusMsg("Shutting down after fork"))
269269
}
270270
g.doShutdown()
271271
}

0 commit comments

Comments
 (0)