Skip to content

Commit

Permalink
Add another debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Feb 24, 2024
1 parent aa7c664 commit 207f152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libgm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func (c *Client) Connect() error {
}

func (c *Client) postConnect() {
c.Logger.Debug().Msg("Sending get updates request")
err := c.SetActiveSession()
if err != nil {
c.Logger.Err(err).Msg("Failed to set active session")
Expand Down

0 comments on commit 207f152

Please sign in to comment.