mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Switch from error! and println! to warn!, and set the default log level to warn on debug builds.
This commit is contained in:
parent
d7d6979144
commit
ae87b8a910
6 changed files with 26 additions and 26 deletions
|
@ -101,7 +101,7 @@ impl SpecifiedUrl {
|
|||
// FIXME(heycam) should ensure we always have a principal, etc.,
|
||||
// when parsing style attributes and re-parsing due to CSS
|
||||
// Variables.
|
||||
println!("stylo: skipping declaration without ParserContextExtraData");
|
||||
warn!("stylo: skipping declaration without ParserContextExtraData");
|
||||
return Err(())
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue