mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
virsh: do not report error on zero filesystems in cmdDomFSInfo
Use vshPrintExtra to report this message. It is a human-readable explanation rather than an error. Also, it is a very special system that runs with no filesystems. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
023f0672d4
commit
066d91ec79
@ -13955,7 +13955,7 @@ cmdDomFSInfo(vshControl *ctl, const vshCmd *cmd)
|
||||
|
||||
if (ninfos == 0) {
|
||||
ret = true;
|
||||
vshError(ctl, _("No filesystems are mounted in the domain"));
|
||||
vshPrintExtra(ctl, _("No filesystems are mounted in the domain"));
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user