mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 00:36:38 +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) {
|
func (k *KeepAlive) addIoMonitor(address string, m *ioMonitor) {
|
||||||
k.Lock()
|
k.Lock()
|
||||||
defer k.Unlock()
|
defer k.Unlock()
|
||||||
|
log.Debugf("add stream address for keepalive list: %s", address)
|
||||||
k.streams[address] = m
|
k.streams[address] = m
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -372,7 +372,7 @@ func (c *GrpcClient) receive(stream proto.SignalExchange_ConnectStreamClient,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if appKeepAlive.IsKeepAliveMsg(msg.Body) {
|
if appKeepAlive.IsKeepAliveMsg(msg.Body) {
|
||||||
log.Printf("received keepalive")
|
log.Tracef("received keepalive")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user