aboutsummaryrefslogtreecommitdiff
path: root/telegram/connect.go
diff options
context:
space:
mode:
Diffstat (limited to 'telegram/connect.go')
-rw-r--r--telegram/connect.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/telegram/connect.go b/telegram/connect.go
index 2e1af65..701de29 100644
--- a/telegram/connect.go
+++ b/telegram/connect.go
@@ -154,8 +154,7 @@ func (c *Client) interactor() {
for {
state, ok := <-c.authorizer.State
if !ok {
- gateway.SendMessage(c.jid, "", "Interactor is disconnected", c.xmpp)
- log.Error("Interactor is disconnected")
+ log.Warn("Interactor is disconnected")
return
}