Skip to content

Commit

Permalink
Adding logging of how many servers are found
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg committed Oct 12, 2019
1 parent 941153b commit 1d39b92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plex/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ func NewPlexClient(c *config.PlexConfig, l *log.Entry) (*PlexClient, error) {
}
}

l.Infof("Found %d working servers", len(serverList))

return &PlexClient{
Logger: l,
Servers: serverList,
Expand Down

0 comments on commit 1d39b92

Please sign in to comment.