pull/11794/head
Torkel Ödegaard 7 years ago
parent 13e015fe3f
commit 2b93cbbf04
  1. 2
      pkg/cmd/grafana-server/server.go

@ -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…
Cancel
Save