]> git.proxmox.com Git - proxmox-backup.git/commit
fix #4971: client: Improve output on successful snapshot deletion
authorPhilipp Hufnagl <p.hufnagl@proxmox.com>
Mon, 16 Oct 2023 11:40:15 +0000 (13:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 10 Nov 2023 11:21:40 +0000 (12:21 +0100)
commit520566200ad39d5c110063fc14803866e05c2637
treeda13f22ae1d814822e4e807dd87a19d5217429fc
parent0590aee63779da715b03f586447a54d7ea3fa67d
fix #4971: client: Improve output on successful snapshot deletion

When a snapshot gets deleted (forgotten), the proxmox backup client
currently returns returns
"Result: {
  "data": null
}"

This feedback may confuse users therefore this patch removes the output.

Signed-off-by: Philipp Hufnagl <p.hufnagl@proxmox.com>
proxmox-backup-client/src/snapshot.rs