Fix logging of rover spawn

This commit is contained in:
Marc Di Luzio 2020-06-07 13:32:37 +01:00
parent a2375bbd9a
commit ca17d89f6e

View file

@ -130,7 +130,7 @@ func HandleSpawn(s *Server, vars map[string]string, b io.ReadCloser, w io.Writer
response.Error = err.Error()
} else {
fmt.Printf("New rover spawned\taccount:%s\trover:%s\attributes:%+v\n", id, rover, attribs)
fmt.Printf("New rover spawned\taccount:%s\trover:%s\tattributes:%+v\n", id, rover, attribs)
response.Success = true
response.Attributes = attribs