mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Dump the flow tree with println, instead of error
This commit is contained in:
parent
852378209b
commit
174975061e
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ impl<'a> ImmutableFlowUtils for &'a Flow + 'a {
|
||||||
indent.push_str("| ")
|
indent.push_str("| ")
|
||||||
}
|
}
|
||||||
|
|
||||||
error!("{}+ {}", indent, self.to_string());
|
println!("{}+ {}", indent, self.to_string());
|
||||||
|
|
||||||
for kid in imm_child_iter(self) {
|
for kid in imm_child_iter(self) {
|
||||||
kid.dump_with_level(level + 1)
|
kid.dump_with_level(level + 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue