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 {
 		select {
 		case <-ctx.Done():
 		case <-ctx.Done():
-			log.Info("Connection exited", util.ShortTopicURL(topicURL))
+			log.Info("%s Connection exited", util.ShortTopicURL(topicURL))
 			return
 			return
 		case <-time.After(10 * time.Second): // TODO Add incremental backoff
 		case <-time.After(10 * time.Second): // TODO Add incremental backoff
 		}
 		}