mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
use println instead of error
This commit is contained in:
parent
a8f80b89f4
commit
cb5fa23a1e
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ impl<'ln> LayoutNode<'ln> {
|
|||
}
|
||||
|
||||
s.push_str(self.debug_str().as_slice());
|
||||
error!("{:s}", s);
|
||||
println!("{:s}", s);
|
||||
|
||||
for kid in self.children() {
|
||||
kid.dump_indent(indent + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue