Skip to content

Commit 71d643d

Browse files
author
Devdutt Shenoi
committed
fix: time total
1 parent 0c789eb commit 71d643d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ where
6363
if warned_once {
6464
warn!(
6565
"Task '{task_name}' took longer than expected: {:?} (threshold: {threshold:?})",
66-
start_time.elapsed() - threshold
66+
start_time.elapsed()
6767
);
6868
}
6969
break res.expect("Task handle shouldn't error");

0 commit comments

Comments
 (0)