Skip to content

Commit

Permalink
Downgrade warning about skipping IO on all 3x Downstairs (#1564)
Browse files Browse the repository at this point in the history
This is filling up the logs during `iodriver` tests
  • Loading branch information
mkeeter authored Nov 18, 2024
1 parent 1d82cc9 commit ea7961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstairs/src/downstairs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ impl Downstairs {
// (and wasn't previously acked, i.e. isn't a write)
if skipped == 3 {
self.ack_check(ds_id, false);
warn!(self.log, "job {} skipped on all downstairs", &ds_id);
debug!(self.log, "job {ds_id} skipped on all downstairs");
}
}

Expand Down

0 comments on commit ea7961a

Please sign in to comment.