screen-cast: Fix warning message

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2811>
This commit is contained in:
Jonas Ådahl 2023-01-27 16:02:35 +01:00
parent c95a24f6e8
commit 176b706e66

View File

@ -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