Change log line

This commit is contained in:
Zoltan Papp
2023-06-26 12:37:23 +02:00
parent 70076b98d2
commit 649dbf2bed
2 changed files with 2 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ func (k *KeepAlive) keepAliveIsSupported(ctx context.Context) (string, bool) {
func (k *KeepAlive) addIoMonitor(address string, m *ioMonitor) {
k.Lock()
defer k.Unlock()
log.Debugf("add stream address for keepalive list: %s", address)
k.streams[address] = m
}

View File

@@ -372,7 +372,7 @@ func (c *GrpcClient) receive(stream proto.SignalExchange_ConnectStreamClient,
}
if appKeepAlive.IsKeepAliveMsg(msg.Body) {
log.Printf("received keepalive")
log.Tracef("received keepalive")
continue
}