This commit is contained in:
Philipp Heckel 2022-06-02 14:38:38 -04:00
parent e12995e218
commit 39b1de3320
1 changed files with 1 additions and 1 deletions

View File

@ -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
}