Fix logging of rover spawn
This commit is contained in:
parent
a2375bbd9a
commit
ca17d89f6e
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ func HandleSpawn(s *Server, vars map[string]string, b io.ReadCloser, w io.Writer
|
||||||
response.Error = err.Error()
|
response.Error = err.Error()
|
||||||
|
|
||||||
} else {
|
} 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.Success = true
|
||||||
response.Attributes = attribs
|
response.Attributes = attribs
|
||||||
|
|
Loading…
Add table
Reference in a new issue