mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 08:40:09 +01:00
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:
parent
bdea7d61d0
commit
1ac3a1de23
1 changed files with 2 additions and 4 deletions
|
|
@ -450,10 +450,8 @@ private_connection_new (NMDBusManager *self, DBusGConnection *connection)
|
|||
g_hash_table_iter_init (&iter, priv->exported);
|
||||
while (g_hash_table_iter_next (&iter, (gpointer) &object, (gpointer) &path)) {
|
||||
dbus_g_connection_register_g_object (connection, path, object);
|
||||
/*
|
||||
nm_log_dbg (LOGD_CORE, "(%s) registered %p (%s) at '%s' on private socket.",
|
||||
PRIV_SOCK_TAG, object, G_OBJECT_TYPE_NAME (object), path);
|
||||
*/
|
||||
nm_log_trace (LOGD_CORE, "(%s) registered %p (%s) at '%s' on private socket.",
|
||||
PRIV_SOCK_TAG, object, G_OBJECT_TYPE_NAME (object), path);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue