mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-04 22:20:40 +01:00
core: log changes to NMSettingsConnection's flags
(cherry picked from commit 2656ba8d1d)
This commit is contained in:
parent
98d50a72be
commit
653ba8b759
1 changed files with 1 additions and 0 deletions
|
|
@ -2129,6 +2129,7 @@ nm_settings_connection_set_flags_all (NMSettingsConnection *self, NMSettingsConn
|
|||
|
||||
old_flags = priv->flags;
|
||||
if (old_flags != flags) {
|
||||
_LOGT ("update settings-connection flags to 0x%x (was 0x%x)", (guint) flags, (guint) priv->flags);
|
||||
priv->flags = flags;
|
||||
_notify (self, PROP_FLAGS);
|
||||
if (NM_FLAGS_HAS (old_flags, NM_SETTINGS_CONNECTION_FLAGS_UNSAVED) != NM_FLAGS_HAS (flags, NM_SETTINGS_CONNECTION_FLAGS_UNSAVED))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue