api: list snapshots: fix log param order
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
b9b2d635fe
commit
4a4dd66c26
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue