loginctl: when showing device tree of seats with no devices show something useful

(cherry picked from commit ddae67fa1b)
This commit is contained in:
Lennart Poettering
2014-02-23 12:41:56 +00:00
committed by Colin Guthrie
parent d550c0b83e
commit 10131437ac
+2
View File
@@ -181,6 +181,8 @@ int show_sysfs(const char *seat, const char *prefix, unsigned n_columns) {
first = udev_enumerate_get_list_entry(e);
if (first)
show_sysfs_one(udev, seat, &first, "/", prefix, n_columns);
else
printf("%s%s%s\n", prefix, draw_special_char(DRAW_TREE_RIGHT), "(none)");
return r;
}