mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-03 05:24:19 -04:00
list: Spell out subpaths
This is useful information when debugging language-related issues.
This commit is contained in:
committed by
Alexander Larsson
parent
10d6330eca
commit
0febda1e6f
@@ -317,7 +317,11 @@ print_table_for_refs (gboolean print_apps,
|
||||
|
||||
subpaths = flatpak_deploy_data_get_subpaths (deploy_data);
|
||||
if (subpaths[0] != NULL)
|
||||
flatpak_table_printer_append_with_comma (printer, "partial");
|
||||
{
|
||||
g_autofree char *paths = g_strjoinv (" ", (char **)subpaths);
|
||||
g_autofree char *value = g_strconcat ("partial (", paths, ")", NULL);
|
||||
flatpak_table_printer_append_with_comma (printer, value);
|
||||
}
|
||||
|
||||
if (eol)
|
||||
flatpak_table_printer_append_with_comma_printf (printer, "eol=%s", eol);
|
||||
|
||||
Reference in New Issue
Block a user