Skip to content
Snippets Groups Projects
Commit 39b1de33 authored by Philipp Heckel's avatar Philipp Heckel
Browse files

Fix log

parent e12995e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment