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) => {
|
Err(err) => {
|
||||||
eprintln!(
|
eprintln!(
|
||||||
"Failed to get owner of group '{}' in {} - {}",
|
"Failed to get owner of group '{}' in {} - {}",
|
||||||
&store_with_ns,
|
|
||||||
group.group(),
|
group.group(),
|
||||||
|
&store_with_ns,
|
||||||
err
|
err
|
||||||
);
|
);
|
||||||
return Ok(snapshots);
|
return Ok(snapshots);
|
||||||
|
|
Loading…
Reference in New Issue