mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user