We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8485dd7 commit 5428708Copy full SHA for 5428708
1 file changed
yatgclient/yatgclient.go
@@ -52,7 +52,7 @@ func (c *Client) BackgroundConnect(ctx context.Context) yaerrors.Error {
52
<-ctx.Done()
53
54
if err := stop(); err != nil {
55
- c.log.Errorf("Failed to srop telegram client connection: %v", err)
+ c.log.Errorf("Failed to stop telegram client connection: %v", err)
56
}
57
}()
58
@@ -142,7 +142,7 @@ func (c *Client) RunUpdatesManager(
142
143
144
145
- c.log.Debug("Runned updates manager...")
+ c.log.Debug("Updates manager started...")
146
147
return *channel
148
0 commit comments