api: list snapshots: fix log param order

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-05-25 10:51:02 +02:00 committed by Thomas Lamprecht
parent b9b2d635fe
commit 4a4dd66c26
1 changed files with 1 additions and 1 deletions

View File

@ -589,8 +589,8 @@ pub fn list_snapshots(
Err(err) => {
eprintln!(
"Failed to get owner of group '{}' in {} - {}",
&store_with_ns,
group.group(),
&store_with_ns,
err
);
return Ok(snapshots);