a11y: Remove stray g_printerr()

This commit is contained in:
Emmanuele Bassi 2020-11-04 19:39:08 +00:00
parent 1dde54b872
commit 66bba1493e

View File

@ -95,8 +95,9 @@ handle_cache_method (GDBusConnection *connection,
GDBusMethodInvocation *invocation, GDBusMethodInvocation *invocation,
gpointer user_data) gpointer user_data)
{ {
g_printerr ("[Cache] Method '%s' on interface '%s' for object '%s' from '%s'\n", GTK_NOTE (A11Y,
method_name, interface_name, object_path, sender); g_message ("[Cache] Method '%s' on interface '%s' for object '%s' from '%s'\n",
method_name, interface_name, object_path, sender));
} }