Skip to content

Commit

Permalink
Cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hecmas committed Dec 18, 2024
1 parent 46bbbc1 commit 4788251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-machines/mem/src/mem_proxy_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ macro_rules! debug_info {
($prefix:expr, $($arg:tt)*) => {
#[cfg(feature = "debug_mem_proxy_engine")]
{
info!(concat!("MemProxy: ",$prefix), $($arg)*);
log::info!(concat!("MemProxy: ",$prefix), $($arg)*);
}
};
}
Expand Down

0 comments on commit 4788251

Please sign in to comment.