aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-06-21 16:27:12 +0200
committerAlex Auvolat <alex@adnab.me>2022-06-21 16:27:12 +0200
commit14337d2a561887b94ea165727dd49263717cb478 (patch)
tree57331f5139799b96fb970b162711402808a06103 /src/util
parentba1ace6cf6edcea58aa904ccf6190155a6ac7c5e (diff)
downloadgarage-14337d2a561887b94ea165727dd49263717cb478.tar.gz
garage-14337d2a561887b94ea165727dd49263717cb478.zip
rename things
Diffstat (limited to 'src/util')
-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);