From 7a258d648b4c674ce3d67494eab57d2f75ede043 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Mon, 4 Mar 2024 13:13:26 +0000 Subject: check for errors when fetching logs --- src/crates/primrose/src/library_specs.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/crates/primrose/src/library_specs.rs b/src/crates/primrose/src/library_specs.rs index 35e3705..3552d36 100644 --- a/src/crates/primrose/src/library_specs.rs +++ b/src/crates/primrose/src/library_specs.rs @@ -67,10 +67,7 @@ impl LibSpec { lib_specs.insert(spec.struct_name.clone(), spec); } Err(e) => { - debug!( - "Failed to process library module {}: {}. Continuing anyway.", - &path, e - ); + debug!("Ignoring invalid library module {}", &path); } } } -- cgit v1.2.3