We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9281c6 commit a84dc1aCopy full SHA for a84dc1a
src/devices/src/virtio/mmio.rs
@@ -134,7 +134,7 @@ impl MmioTransport {
134
135
fn reset(&mut self) {
136
if self.locked_device().is_activated() {
137
- warn!("reset device while it's still in active state");
+ debug!("reset device while it's still in active state");
138
}
139
self.features_select = 0;
140
self.acked_features_select = 0;
0 commit comments