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:
Thomas Haller 2014-12-10 13:56:45 +01:00
parent ad7ea00c81
commit fdacbe8ddd

View file

@ -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;
}