Ver Fonte

Fix log

Philipp Heckel há 3 anos atrás
pai
commit
39b1de3320
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 		}