Philipp Heckel 3 年之前
父節點
當前提交
39b1de3320
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/client.go

+ 1 - 1
client/client.go

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