Skip to content

Commit 419bc2e

Browse files
committed
fix(vsock): bring back the debug line in muxer.rs
- the test_cycled_snapshot_restore test checks for its existence in the output Signed-off-by: aerosouund <aerosound161@gmail.com>
1 parent 129a718 commit 419bc2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/vmm/src/devices/virtio/vsock/unix

src/vmm/src/devices/virtio/vsock/unix/muxer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ impl VsockChannel for VsockMuxer {
197197
});
198198
}
199199

200+
debug!("vsock muxer: RX pkt: {:?}", pkt.hdr);
200201
match res {
201202
Ok(read_res) => {
202203
// the read was buffered into an intermediate vector and this

0 commit comments

Comments
 (0)