idle-manager: Replace meta_verbose() with 'dbus' debug topic
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4005>
This commit is contained in:
parent
66c7b05991
commit
7fff9ff9f5
@ -245,7 +245,7 @@ on_name_acquired (GDBusConnection *connection,
|
|||||||
const char *name,
|
const char *name,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
meta_verbose ("Acquired name %s", name);
|
meta_topic (META_DEBUG_DBUS, "Acquired name %s", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -253,7 +253,7 @@ on_name_lost (GDBusConnection *connection,
|
|||||||
const char *name,
|
const char *name,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
meta_verbose ("Lost or failed to acquire name %s", name);
|
meta_topic (META_DEBUG_DBUS, "Lost or failed to acquire name %s", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
MetaIdleMonitor *
|
MetaIdleMonitor *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user