forked from AuroraMiddleware/gtk
a11y: Remove stray g_printerr()
This commit is contained in:
parent
1dde54b872
commit
66bba1493e
@ -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));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user