improvements

This commit is contained in:
nora 2024-08-13 21:27:43 +02:00
parent bfcf1120e1
commit 46f73c2de4
4 changed files with 15 additions and 9 deletions

View file

@ -299,7 +299,7 @@ impl ServerChannelsState {
})
}
_ => {
todo!("{packet_type}");
todo!("unsupported packet: {} ({packet_type})", numbers::packet_type_to_string(packet_type).unwrap_or("<unknown>"));
}
}