diff options
Diffstat (limited to 'src/components/script')
-rw-r--r-- | src/components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs index 01b57b73b6b..7ef0b0035e1 100644 --- a/src/components/script/script_task.rs +++ b/src/components/script/script_task.rs @@ -440,7 +440,7 @@ impl ScriptContext { /// /// This function fails if there is no root frame. fn reflow(&mut self, goal: ReflowGoal) { - debug!("script: performing reflow"); + debug!("script: performing reflow for goal %?", goal); // Now, join the layout so that they will see the latest changes we have made. self.join_layout(); |