diff --git a/core/src/regex.rs b/core/src/regex.rs index 368a5eff..fbc1984b 100644 --- a/core/src/regex.rs +++ b/core/src/regex.rs @@ -424,7 +424,7 @@ fn parse_bit_size(s: &str) -> Option { }), }, _ => { - log::warn!("Could not type of bit-size"); + log::warn!("Could not ascertain type of bit-size declaration"); None } }