diff --git a/shared/src/error.rs b/shared/src/error.rs index c97c54a..4bd486e 100644 --- a/shared/src/error.rs +++ b/shared/src/error.rs @@ -157,7 +157,7 @@ pub enum Error { #[error("too many sources")] TooManySources, /// Packet received is too short. - #[error("Packet status chunk must be 2 bytes")] + #[error("Packet too short to be read")] PacketTooShort, /// Buffer is too short. #[error("Buffer too short to be written")]