mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 00:30:23 +01:00
libnm: log message when NMClient gets disposed
This is useful as a last message to know when the instance is gone for good.
This commit is contained in:
parent
64c53a2afa
commit
2c4f57be19
1 changed files with 2 additions and 0 deletions
|
|
@ -7682,6 +7682,8 @@ dispose (GObject *object)
|
|||
|
||||
priv->nm.capabilities_len = 0;
|
||||
nm_clear_g_free (&priv->nm.capabilities_arr);
|
||||
|
||||
NML_NMCLIENT_LOG_D (self, "disposed");
|
||||
}
|
||||
|
||||
const NMLDBusMetaIface _nml_dbus_meta_iface_nm_agentmanager = NML_DBUS_META_IFACE_INIT (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue