cargo fmt
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
d4c6e68bf0
commit
a1c30e0194
|
@ -32,7 +32,10 @@ pub fn prune_datastore(
|
||||||
"non-recursive".to_string()
|
"non-recursive".to_string()
|
||||||
};
|
};
|
||||||
if ns.is_root() {
|
if ns.is_root() {
|
||||||
task_log!(worker, "Starting datastore prune on store '{store}', {depth_str}");
|
task_log!(
|
||||||
|
worker,
|
||||||
|
"Starting datastore prune on store '{store}', {depth_str}"
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
task_log!(
|
task_log!(
|
||||||
worker,
|
worker,
|
||||||
|
|
Loading…
Reference in New Issue