From a6e824a04955f7dafa67f913e1d095b2508c92f7 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 19 Aug 2024 18:51:41 -0400 Subject: [PATCH] Improve output text message --- client-cli/pvc/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc/cli/cli.py b/client-cli/pvc/cli/cli.py index b999322c..0ae652e3 100644 --- a/client-cli/pvc/cli/cli.py +++ b/client-cli/pvc/cli/cli.py @@ -1896,7 +1896,7 @@ def cli_vm_snapshot_export(domain, snapshot_name, export_path, incremental_paren _, primary_node = pvc.lib.cluster.get_primary_node(CLI_CONFIG) echo( CLI_CONFIG, - f'Exporting snapshot "{snapshot_name}" of VM "{domain}" to "{export_path}" on "{primary_node}"...', + f'Exporting snapshot "{snapshot_name}" of VM "{domain}" to "{primary_node}:{export_path}"... ', newline=False, ) retcode, retmsg = pvc.lib.vm.vm_export_snapshot(