forked from mirrors/ntfy
Fix log
This commit is contained in:
parent
e12995e218
commit
39b1de3320
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ func handleSubscribeConnLoop(ctx context.Context, msgChan chan *Message, topicUR
|
|||
}
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
log.Info("Connection exited", util.ShortTopicURL(topicURL))
|
||||
log.Info("%s Connection exited", util.ShortTopicURL(topicURL))
|
||||
return
|
||||
case <-time.After(10 * time.Second): // TODO Add incremental backoff
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue