proxmox-backup/proxmox-rest-server
Dietmar Maurer 1ec0d70d09 cleanup worker task logging
In order to avoid name conflicts with WorkerTaskContext

- renamed WorkerTask::log to WorkerTask::log_message

Note: Methods have different fuction signatures

Also renamed WorkerTask::warn to WorkerTask::log_warning for
consistency reasons.

Use the task_log!() and task_warn!() macros more often.
2021-09-24 10:34:11 +02:00
..
src cleanup worker task logging 2021-09-24 10:34:11 +02:00
Cargo.toml move worker_task.rs into proxmox-rest-server crate 2021-09-24 10:28:17 +02:00