Skip to content

Commit a663f08

Browse files
committed
fixup! feat(memtrack): support CODSPEED_MEMTRACK_BINARIES for static allocator discovery
1 parent 588dcf3 commit a663f08

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • crates/memtrack/src/allocators

crates/memtrack/src/allocators/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,7 @@ impl AllocatorLib {
100100
Some(alloc)
101101
}
102102
Err(e) => {
103-
log::debug!(
104-
"Skipping env-specified binary {}: {e}",
105-
path.display()
106-
);
103+
log::debug!("Skipping env-specified binary {}: {e}", path.display());
107104
None
108105
}
109106
}

0 commit comments

Comments
 (0)