mirror of
https://github.com/containers/youki
synced 2024-12-04 19:18:29 +01:00
we want to know what unknown message is
This commit is contained in:
parent
ca5a21f5c4
commit
fb7a8ea715
@ -14,7 +14,7 @@ impl From<u8> for Message {
|
||||
0x01 => Message::InitReady,
|
||||
0x02 => Message::WriteMapping,
|
||||
0x03 => Message::MappingWritten,
|
||||
_ => panic!("unknown message."),
|
||||
_ => panic!("unknown message: {:?}.", from),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user