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) {
|
||||
k.Lock()
|
||||
defer k.Unlock()
|
||||
log.Debugf("add stream address for keepalive list: %s", address)
|
||||
k.streams[address] = m
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user