mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gdbus: proxy : Strip remote error on activation failure
Original patch proposed by Christian Persch Related to issue #804
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user