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,
|
||||
META_SCREEN_CAST_DBUS_PATH,
|
||||
&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
|
||||
|
Loading…
Reference in New Issue
Block a user