Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 1d39b92

Browse files
committed
Adding logging of how many servers are found
1 parent 941153b commit 1d39b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plex/client.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ func NewPlexClient(c *config.PlexConfig, l *log.Entry) (*PlexClient, error) {
4949
}
5050
}
5151

52+
l.Infof("Found %d working servers", len(serverList))
53+
5254
return &PlexClient{
5355
Logger: l,
5456
Servers: serverList,

0 commit comments

Comments
 (0)