diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 94ae3d3082..971af83c43 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -1723,7 +1723,9 @@ cmdBlockCommit(vshControl *ctl, const vshCmd *cmd) goto cleanup; if (!blocking) { - vshPrint(ctl, "%s", _("Block Commit started")); + vshPrint(ctl, "%s", active ? + _("Active Block Commit started") : + _("Block Commit started")); ret = true; goto cleanup; }