diff --git a/cmd/server/main.go b/cmd/server/main.go index d9991b5..eab806a 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -32,6 +32,7 @@ func captureHeapProfile() { if err := pprof.WriteHeapProfile(f); err != nil { log.Fatalf("could not write memory profile: %v", err) } + log.Printf("Created %s mem profile\n", filename) } func main() {