mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-19 13:30:36 +01:00
core: log ignored property notification with level TRACE
Avoids for example: notify(): ignoring notification for prop visible on type NMKeyfileConnection
This commit is contained in:
parent
91fd36e166
commit
45094c71d8
1 changed files with 2 additions and 2 deletions
|
|
@ -148,8 +148,8 @@ notify (GObject *object, GParamSpec *pspec)
|
|||
break;
|
||||
}
|
||||
if (!dbus_property_name) {
|
||||
nm_log_dbg (LOGD_DBUS_PROPS, "ignoring notification for prop %s on type %s",
|
||||
pspec->name, G_OBJECT_TYPE_NAME (object));
|
||||
nm_log_trace (LOGD_DBUS_PROPS, "ignoring notification for prop %s on type %s",
|
||||
pspec->name, G_OBJECT_TYPE_NAME (object));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue