core/dbus: log messages in nm-dbus-manager.c with "TRACE" priority
The messages logged by nm-dbus-manager.c are not very useful, but amount to a significant part of DEBUG logging. Log those messages with the lower TRACE priority. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
@@ -450,10 +450,8 @@ private_connection_new (NMDBusManager *self, DBusGConnection *connection)
|
|||||||
g_hash_table_iter_init (&iter, priv->exported);
|
g_hash_table_iter_init (&iter, priv->exported);
|
||||||
while (g_hash_table_iter_next (&iter, (gpointer) &object, (gpointer) &path)) {
|
while (g_hash_table_iter_next (&iter, (gpointer) &object, (gpointer) &path)) {
|
||||||
dbus_g_connection_register_g_object (connection, path, object);
|
dbus_g_connection_register_g_object (connection, path, object);
|
||||||
/*
|
nm_log_trace (LOGD_CORE, "(%s) registered %p (%s) at '%s' on private socket.",
|
||||||
nm_log_dbg (LOGD_CORE, "(%s) registered %p (%s) at '%s' on private socket.",
|
|
||||||
PRIV_SOCK_TAG, object, G_OBJECT_TYPE_NAME (object), path);
|
PRIV_SOCK_TAG, object, G_OBJECT_TYPE_NAME (object), path);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user