mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +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
|
else
|
||||||
{
|
{
|
||||||
|
g_dbus_error_strip_remote_error (error);
|
||||||
g_prefix_error (&error,
|
g_prefix_error (&error,
|
||||||
_("Error calling StartServiceByName for %s: "),
|
_("Error calling StartServiceByName for %s: "),
|
||||||
proxy->priv->name);
|
proxy->priv->name);
|
||||||
|
Loading…
Reference in New Issue
Block a user