Skip to content

Commit ea7961a

Browse files
authored
Downgrade warning about skipping IO on all 3x Downstairs (#1564)
This is filling up the logs during `iodriver` tests
1 parent 1d82cc9 commit ea7961a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upstairs/src/downstairs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ impl Downstairs {
23042304
// (and wasn't previously acked, i.e. isn't a write)
23052305
if skipped == 3 {
23062306
self.ack_check(ds_id, false);
2307-
warn!(self.log, "job {} skipped on all downstairs", &ds_id);
2307+
debug!(self.log, "job {ds_id} skipped on all downstairs");
23082308
}
23092309
}
23102310

0 commit comments

Comments
 (0)