mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 18:53:33 +08:00
systemctl: always show what and where for mount units in status output
This commit is contained in:
parent
ab58e29119
commit
9feeba4bbb
@ -1820,9 +1820,9 @@ static void print_status_info(UnitStatusInfo *i) {
|
||||
|
||||
if (i->sysfs_path)
|
||||
printf("\t Device: %s\n", i->sysfs_path);
|
||||
else if (i->where)
|
||||
if (i->where)
|
||||
printf("\t Where: %s\n", i->where);
|
||||
else if (i->what)
|
||||
if (i->what)
|
||||
printf("\t What: %s\n", i->what);
|
||||
|
||||
if (i->accept)
|
||||
|
Loading…
Reference in New Issue
Block a user