Skip to content
Snippets Groups Projects
Commit faa1fed3 authored by Simon McVittie's avatar Simon McVittie
Browse files

launch: Sync minor improvements from flatpak-xdg-utils

parent 40571a88
No related branches found
No related tags found
1 merge request!242Start to make use of Flatpak 1.10.1 features
......@@ -177,7 +177,7 @@ process_exited_cb (G_GNUC_UNUSED GDBusConnection *connection,
* code specified neither WUNTRACED nor WIFSIGNALED, then exactly one
* of WIFEXITED() or WIFSIGNALED() will be true.
*/
g_warning ("exit status %d is neither WIFEXITED() nor WIFSIGNALED()",
g_warning ("wait status %d is neither WIFEXITED() nor WIFSIGNALED()",
wait_status);
exit_code = LAUNCH_EX_CANNOT_REPORT;
}
......@@ -333,7 +333,7 @@ name_owner_changed (G_GNUC_UNUSED GDBusConnection *connection,
G_GNUC_UNUSED const gchar *interface_name,
G_GNUC_UNUSED const gchar *signal_name,
GVariant *parameters,
gpointer user_data)
G_GNUC_UNUSED gpointer user_data)
{
GMainLoop *loop = user_data;
const char *name, *from, *to;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment