keybindings: Replace meta_verbose() with g_message()

It's a key binding to explicitly spam the journal, so let it do that
unconditionally.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4005>
This commit is contained in:
Jonas Ådahl 2024-09-09 16:46:57 +02:00 committed by Marge Bot
parent 5852fa277b
commit ec2249d148

View File

@ -2517,7 +2517,7 @@ handle_set_spew_mark (MetaDisplay *display,
MetaKeyBinding *binding, MetaKeyBinding *binding,
gpointer user_data) gpointer user_data)
{ {
meta_verbose ("-- MARK MARK MARK MARK --"); g_message ("-- MARK MARK MARK MARK --");
} }
#ifdef HAVE_NATIVE_BACKEND #ifdef HAVE_NATIVE_BACKEND