mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
Change log line
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user