added logging for inability to kill

This commit is contained in:
Stephen McQuay 2013-11-14 00:02:26 -08:00
parent 2e774285ba
commit 527042daa8
1 changed files with 2 additions and 0 deletions

View File

@ -139,7 +139,9 @@ func stopGame(w http.ResponseWriter, req *http.Request) {
http.NotFound(w, req)
return
}
log.Println("prekill")
g.kill <- true
log.Println("postkill")
message := struct {
Ok bool `json:"ok"`
Message string `json:"message"`