mirror of
https://github.com/brl/mutter.git
synced 2025-02-06 00:24:10 +00:00
screen-cast: Fix warning message
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2811>
This commit is contained in:
parent
c95a24f6e8
commit
176b706e66
@ -280,7 +280,7 @@ on_bus_acquired (GDBusConnection *connection,
|
|||||||
connection,
|
connection,
|
||||||
META_SCREEN_CAST_DBUS_PATH,
|
META_SCREEN_CAST_DBUS_PATH,
|
||||||
&error))
|
&error))
|
||||||
g_warning ("Failed to export remote desktop object: %s", error->message);
|
g_warning ("Failed to export screen cast object: %s", error->message);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user