From ec2249d148bf6bf5bbc540c0380af81a9056a598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Mon, 9 Sep 2024 16:46:57 +0200 Subject: [PATCH] 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: --- src/core/keybindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/keybindings.c b/src/core/keybindings.c index f6b2c8c8a..1e8e51da3 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -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