mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gdbus: proxy : Strip remote error on activation failure
Original patch proposed by Christian Persch Related to issue #804
This commit is contained in:
parent
833d38b40f
commit
ca7a29e8e0
@ -1613,6 +1613,7 @@ async_init_start_service_by_name_cb (GDBusConnection *connection,
|
||||
}
|
||||
else
|
||||
{
|
||||
g_dbus_error_strip_remote_error (error);
|
||||
g_prefix_error (&error,
|
||||
_("Error calling StartServiceByName for %s: "),
|
||||
proxy->priv->name);
|
||||
|
Loading…
Reference in New Issue
Block a user