Add another debug log
This commit is contained in:
parent
aa7c66496f
commit
207f152c04
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue