We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2d70b commit 2db4274Copy full SHA for 2db4274
cmd/mc-router/main.go
@@ -48,7 +48,7 @@ func main() {
48
logrus.WithError(err).Fatal("trying to create cpu profile file")
49
}
50
51
- logrus.WithField("file", cpuProfileFile).Info("Starting cpu profiling")
+ logrus.WithField("file", *cpuProfileFile).Info("Starting cpu profiling")
52
err = pprof.StartCPUProfile(cpuProfileFile)
53
if err != nil {
54
logrus.WithError(err).Fatal("trying to start cpu profile")
0 commit comments