aboutsummaryrefslogtreecommitdiff
path: root/src/util/background/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/background/worker.rs')
-rw-r--r--src/util/background/worker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/background/worker.rs b/src/util/background/worker.rs
index e30fecd7..f916692d 100644
--- a/src/util/background/worker.rs
+++ b/src/util/background/worker.rs
@@ -86,6 +86,7 @@ impl WorkerProcessor {
}
worker = await_next_worker => {
if let Some(mut worker) = worker {
+ trace!("{} (TID {}): {:?}", worker.worker.name(), worker.task_id, worker.status);
// TODO save new worker status somewhere
if worker.status == WorkerStatus::Done {
info!("Worker {} (TID {}) exited", worker.worker.name(), worker.task_id);