mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
add debug log
This commit is contained in:
parent
56450e1b4f
commit
c4ca7ef1b1
@ -221,6 +221,8 @@ func (c *clientNetwork) removeRouteFromPeerAndSystem() error {
|
||||
return fmt.Errorf("remove route %s from system, err: %v", c.network, err)
|
||||
}
|
||||
c.systemUpdated = false
|
||||
} else {
|
||||
log.Debugf("system is not updated for network %s, skiping removal from system route table", c.network)
|
||||
}
|
||||
|
||||
if err := c.removeRouteFromWireguardPeer(c.chosenRoute.Peer); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user