Update an old method name in debug logging · rust-lang/rust@8402a58 (original) (raw)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ pub fn copy_cgu_workproducts_to_incr_comp_cache_dir(
22 22 cgu_name: &str,
23 23 files: &[(WorkProductFileKind, PathBuf)]
24 24 ) -> Option<(WorkProductId, WorkProduct)> {
25 -debug!("create_trans_partition({:?},{:?})",
25 +debug!("copy_cgu_workproducts_to_incr_comp_cache_dir({:?},{:?})",
26 26 cgu_name,
27 27 files);
28 28 if sess.opts.incremental.is_none() {