refactor(query-service): 🔊 update pprof server error log

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-05-13 10:53:43 +05:30
parent 9ba0b84a91
commit 80de9efa0e
No known key found for this signature in database
GPG Key ID: 6E62ED14180EB2C0

View File

@ -265,7 +265,7 @@ func (s *Server) Start() error {
err = http.ListenAndServe(constants.DebugHttpPort, nil)
if err != nil {
zap.S().Error("Could not start HTTP server", zap.Error(err))
zap.S().Error("Could not start pprof server", zap.Error(err))
}
}()