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 95de0b9 commit 7233774
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 @@ -110,7 +110,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 7233774

Please sign in to comment.