mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
--amend
This commit is contained in:
parent
13e015fe3f
commit
2b93cbbf04
@ -177,7 +177,7 @@ func (g *GrafanaServerImpl) Shutdown(code int, reason string) {
|
||||
// call cancel func on root context
|
||||
g.shutdownFn()
|
||||
|
||||
// wait for chid routines
|
||||
// wait for child routines
|
||||
if err := g.childRoutines.Wait(); err != nil && err != context.Canceled {
|
||||
g.log.Error("Server shutdown completed", "error", err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user