From 01ea963711596e2772c6539ab63e55a11e6df9e4 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 5 Nov 2014 10:36:20 -0800 Subject: Only print HTML parse errors with RUST_LOG=script::parse --- components/script/parse/html.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/parse') 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 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) { -- cgit v1.2.3