]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: fix domfsinfo output in quiet mode
authorLuyao Huang <lhuang@redhat.com>
Wed, 5 Aug 2015 03:17:22 +0000 (11:17 +0800)
committerJán Tomko <jtomko@redhat.com>
Wed, 5 Aug 2015 07:58:32 +0000 (09:58 +0200)
commitee6160b549568133d904aa27a553d66f0b0c01d3
tree9842229908ac005c28c0f17a25ac7d3a1d802ca5
parent3433180ec89195aef3c434d8c8d44d55b0bd6466
virsh: fix domfsinfo output in quiet mode

https://bugzilla.redhat.com/show_bug.cgi?id=1250287

When run domfsinfo in quiet mode, we cannot get any
useful information (just get \n), this is because
we didn't use vshPrint to print useful information.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
tools/virsh-domain.c