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:
parent
5852fa277b
commit
ec2249d148
@ -2517,7 +2517,7 @@ handle_set_spew_mark (MetaDisplay *display,
|
||||
MetaKeyBinding *binding,
|
||||
gpointer user_data)
|
||||
{
|
||||
meta_verbose ("-- MARK MARK MARK MARK --");
|
||||
g_message ("-- MARK MARK MARK MARK --");
|
||||
}
|
||||
|
||||
#ifdef HAVE_NATIVE_BACKEND
|
||||
|
Loading…
x
Reference in New Issue
Block a user