mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 23:08:12 +02:00
keep-alive: log alive/dead status of keep-alive instance
This commit is contained in:
parent
83d1231348
commit
8e2d69f83b
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ _notify_alive (NMKeepAlive *self)
|
|||
if (priv->alive == _is_alive (self))
|
||||
return;
|
||||
priv->alive = !priv->alive;
|
||||
_LOGD ("instance is now %s", priv->alive ? "alive" : "dead");
|
||||
_notify (self, PROP_ALIVE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue