Commit 2b93cbbf by Torkel Ödegaard

--amend

parent 13e015fe
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment