aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/layout_task.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2014-07-21 20:23:02 +0100
committerSimon Sapin <simon.sapin@exyr.org>2014-07-21 20:23:02 +0100
commit3670ee6f1fc5066101cc5a357443494552ea37f2 (patch)
tree3fa174faace875c0f8bb83cb4f1668f46141948c /src/components/layout/layout_task.rs
parentf07d999463fd80ec55cef9e673a1dc08954b6d74 (diff)
parentb84065f5749b42792c4c7b890be23e81651beab5 (diff)
downloadservo-3670ee6f1fc5066101cc5a357443494552ea37f2.tar.gz
servo-3670ee6f1fc5066101cc5a357443494552ea37f2.zip
Merge pull request #2875 from SimonSapin/rust-url
Start dogfooding rust-url
Diffstat (limited to 'src/components/layout/layout_task.rs')
-rw-r--r--src/components/layout/layout_task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/layout_task.rs b/src/components/layout/layout_task.rs
index cb40a8f011d..bed0096ff69 100644
--- a/src/components/layout/layout_task.rs
+++ b/src/components/layout/layout_task.rs
@@ -563,7 +563,7 @@ impl LayoutTask {
mem::transmute(&mut node)
};
- debug!("layout: received layout request for: {:s}", data.url.to_str());
+ debug!("layout: received layout request for: {:s}", data.url.serialize());
debug!("layout: damage is {:?}", data.damage);
debug!("layout: parsed Node tree");
debug!("{:?}", node.dump());