mirror of
https://github.com/servo/servo.git
synced 2025-07-25 00:00:20 +01:00
Only print HTML parse errors with RUST_LOG=script::parse
This commit is contained in:
parent
e483a189a3
commit
01ea963711
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ impl<'a> TreeSink<TrustedNodeAddress> for servohtmlparser::Sink {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn parse_error(&mut self, msg: MaybeOwned<'static>) {
|
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) {
|
fn set_quirks_mode(&mut self, mode: QuirksMode) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue