Skip to content

Commit 5a401f8

Browse files
lzrdjclulow
andauthored
Update server/src/workers.rs
Co-authored-by: Joshua M. Clulow <[email protected]>
1 parent 1733675 commit 5a401f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/workers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub(crate) async fn worker_cleanup(log: Logger, c: Arc<Central>) -> Result<()> {
164164
liveness_checks = true;
165165
}
166166
} else if let Err(e) = worker_liveness_one(&log, &c).await {
167-
error!(log, "worker liveness task error: {:?}", e);
167+
error!(log, "worker liveness task error: {e:?}");
168168
}
169169

170170
tokio::time::sleep(delay).await;

0 commit comments

Comments
 (0)