Otherwise extra information will be printed even if "--quiet"
is specified.
* tools/virsh.c
---
tools/virsh.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/virsh.c b/tools/virsh.c
index ce275f1..2837e0f 100644
--- a/tools/virsh.c
+++ b/tools/virsh.c
@@ -10000,8 +10000,8 @@ cmdSnapshotList(vshControl *ctl, const vshCmd *cmd)
if (numsnaps < 0)
goto cleanup;
- vshPrint(ctl, " %-20s %-25s %s\n", _("Name"), _("Creation
Time"), _("State"));
- vshPrint(ctl, "---------------------------------------------------\n");
+ vshPrintExtra(ctl, " %-20s %-25s %s\n", _("Name"),
_("Creation Time"), _("State"));
+ vshPrintExtra(ctl,
"---------------------------------------------------\n");
if (numsnaps) {
if (VIR_ALLOC_N(names, numsnaps) < 0)
--
1.7.4