We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9151225 commit 2cd67c3Copy full SHA for 2cd67c3
src/workload.rs
@@ -291,7 +291,7 @@ impl Workload {
291
Some(point_id) => point_id + 1,
292
};
293
let checkable_points = std::cmp::min(current_count as u64, confirmed_point_count) as usize;
294
- if current_count != 0 {
+ if checkable_points != 0 {
295
log::info!(
296
"Run: previous data consistency check ({confirmed_point_count} / {current_count} points)"
297
);
0 commit comments