diff --git a/fontbe/src/features.rs b/fontbe/src/features.rs index eed18d86c..c3f2b07dc 100644 --- a/fontbe/src/features.rs +++ b/fontbe/src/features.rs @@ -603,7 +603,7 @@ impl Work for FeatureCompilationWork { fn log_fea_warnings(stage: &str, warnings: &DiagnosticSet) { assert!(!warnings.has_errors(), "of course we checked this already"); if !warnings.is_empty() { - log::debug!( + log::warn!( "FEA {stage} produced {} warnings:\n{}", warnings.len(), warnings.display()