Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 9, 2023
1 parent 4984d1f commit 9dbeeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/quick-protobuf-codec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ where
return Err(Error(io::Error::new(
io::ErrorKind::PermissionDenied,
format!(
"message with {len}b exceeds maximum of {}b",
"message with {message_length}b exceeds maximum of {}b",
self.max_message_len_bytes
),
)));
Expand Down

0 comments on commit 9dbeeda

Please sign in to comment.