mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 23:20:12 +01:00
core: log ignored property notification with level TRACE
Avoids for example:
notify(): ignoring notification for prop visible on type NMKeyfileConnection
(cherry picked from commit 45094c71d8)
This commit is contained in:
parent
ad7ea00c81
commit
fdacbe8ddd
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