Skip to content

Commit 2131015

Browse files
committed
Polish status messages.
1 parent 1e99e66 commit 2131015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbolizer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ impl Symbolizer {
199199
Ok(data) => data,
200200
Err(e) => {
201201
// If we can't read the library, skip it
202-
eprintln!("Could not load library file {path}, error: {e:?}!");
202+
// eprintln!("Could not load library file {path}, error: {e:?}!");
203203
return Ok(());
204204
}
205205
};

0 commit comments

Comments
 (0)