diff options
Diffstat (limited to 'components/script/parse/html.rs')
-rw-r--r-- | components/script/parse/html.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/parse/html.rs b/components/script/parse/html.rs index 94ce2e2cfcd..71792097b2c 100644 --- a/components/script/parse/html.rs +++ b/components/script/parse/html.rs @@ -136,7 +136,7 @@ impl<'a> TreeSink<TrustedNodeAddress> for servohtmlparser::Sink { } fn parse_error(&mut self, msg: MaybeOwned<'static>) { - error!("Parse error: {:s}", msg); + debug!("Parse error: {:s}", msg); } fn set_quirks_mode(&mut self, mode: QuirksMode) { |