Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only print HTML parse errors with RUST_LOG=script::parse
  • Loading branch information
kmcallister committed Nov 5, 2014
1 parent e483a18 commit 01ea963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/script/parse/html.rs
Expand Up @@ -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) {
Expand Down

5 comments on commit 01ea963

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from Ms2ger
at kmcallister@01ea963

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging kmcallister/servo/parse-error = 01ea963 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kmcallister/servo/parse-error = 01ea963 merged ok, testing candidate = 390e111

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 390e111

Please sign in to comment.