mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-29 13:56:13 +00:00
log, rest-server: cargo fmt / formatting cleanups
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3db442fb8f
commit
d42810e3c1
@ -181,4 +181,3 @@ pub fn init_cli_logger(
|
|||||||
.tasklog_pbs()
|
.tasklog_pbs()
|
||||||
.init()
|
.init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1029,7 +1029,7 @@ impl WorkerTask {
|
|||||||
if result.is_err() {
|
if result.is_err() {
|
||||||
eprintln!("{}", &state.result_text());
|
eprintln!("{}", &state.result_text());
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
None => error!("error writing task result to the tasklog"),
|
None => error!("error writing task result to the tasklog"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user