Skip to content

Commit 8402a58

Browse files
committed
Update an old method name in debug logging
1 parent 0a4fbe3 commit 8402a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_incremental/persist/work_product.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub fn copy_cgu_workproducts_to_incr_comp_cache_dir(
2222
cgu_name: &str,
2323
files: &[(WorkProductFileKind, PathBuf)]
2424
) -> Option<(WorkProductId, WorkProduct)> {
25-
debug!("create_trans_partition({:?},{:?})",
25+
debug!("copy_cgu_workproducts_to_incr_comp_cache_dir({:?},{:?})",
2626
cgu_name,
2727
files);
2828
if sess.opts.incremental.is_none() {

0 commit comments

Comments
 (0)