Add logging for shutting down non-root pipelines in the script thread.

This commit is contained in:
Josh Matthews 2016-05-10 12:12:36 -04:00
parent 293d465c59
commit 6123ce8649

View file

@ -1358,6 +1358,7 @@ impl ScriptThread {
// otherwise find just the matching page and exit all sub-pages
if let Some(ref mut child_page) = page.remove(id) {
debug!("shutting down layout for child context {:?}", id);
shut_down_layout(&*child_page);
}
false