This commit is contained in:
itsjunetime
2025-09-05 11:15:58 -05:00
parent bd5554db27
commit 690489016c
2 changed files with 20 additions and 18 deletions
+5 -1
View File
@@ -169,7 +169,11 @@ pub async fn run_conversion_loop(
)
};
log::debug!("got converted page for num {} with results {:?}", page_info.page_num, page_info.result_rects);
log::debug!(
"got converted page for num {} with results {:?}",
page_info.page_num,
page_info.result_rects
);
// update the iteration to the iteration that we stole this image from
*iteration = new_iter;