diff options
Diffstat (limited to 'rust/examples/high_level_il.rs')
| -rw-r--r-- | rust/examples/high_level_il.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/high_level_il.rs b/rust/examples/high_level_il.rs index a099437a..57b735e9 100644 --- a/rust/examples/high_level_il.rs +++ b/rust/examples/high_level_il.rs @@ -14,7 +14,7 @@ fn main() { .load("/bin/cat") .expect("Couldn't open `/bin/cat`"); - tracing::info!("Filename: `{}`", bv.file().filename()); + tracing::info!("File: `{}`", bv.file()); tracing::info!("File size: `{:#x}`", bv.len()); tracing::info!("Function count: {}", bv.functions().len()); |
