diff --git a/control.go b/control.go index 3d6483f..5381b8b 100644 --- a/control.go +++ b/control.go @@ -85,9 +85,9 @@ func stopGame(w http.ResponseWriter, req *http.Request) { func killServer(w http.ResponseWriter, req *http.Request) { if *profile != "" { - log.Print("trying to stop cpu profile") + log.Print("trying to stop cpu profile") pprof.StopCPUProfile() - log.Print("stopped cpu profile") + log.Print("stopped cpu profile") } - log.Fatal("shit got fucked up") + log.Fatal("shit got fucked up") }