aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crates/primrose/src/library_specs.rs5
1 files changed, 1 insertions, 4 deletions
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);
}
}
}