mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 16:32:08 +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()
|
||||
.init()
|
||||
}
|
||||
|
||||
|
@ -1029,7 +1029,7 @@ impl WorkerTask {
|
||||
if result.is_err() {
|
||||
eprintln!("{}", &state.result_text());
|
||||
}
|
||||
},
|
||||
}
|
||||
None => error!("error writing task result to the tasklog"),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user