When starting an active block commit job in virsh, it will report
"Block Commit started", but for more precise message it could
report "Active Block Commit started".
Signed-off-by: Shanzhi Yu <shyu@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
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;
}