Skip to content

Commit

Permalink
[feature] Log when a team connected successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Oct 27, 2018
1 parent 86ea49a commit ae46822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/app/rcon/teamServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ func (c *TeamClient) receiveRegistration(server *TeamServer) error {

c.Ok()

log.Printf("Team %v connected.", *registration.TeamName)

return nil
}

Expand Down

0 comments on commit ae46822

Please sign in to comment.