Skip to content

Commit e302830

Browse files
committed
demote WARN log to DEBUG
Signed-off-by: Jake Correnti <[email protected]>
1 parent e9281c6 commit e302830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/src/virtio/mmio.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ impl MmioTransport {
134134

135135
fn reset(&mut self) {
136136
if self.locked_device().is_activated() {
137-
warn!("reset device while it's still in active state");
137+
debug!("reset device while it's still in active state");
138138
}
139139
self.features_select = 0;
140140
self.acked_features_select = 0;

0 commit comments

Comments
 (0)