Skip to content

Commit

Permalink
Update an old method name in debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed May 11, 2018
1 parent 0a4fbe3 commit 8402a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_incremental/persist/work_product.rs
Expand Up @@ -22,7 +22,7 @@ pub fn copy_cgu_workproducts_to_incr_comp_cache_dir(
cgu_name: &str,
files: &[(WorkProductFileKind, PathBuf)]
) -> Option<(WorkProductId, WorkProduct)> {
debug!("create_trans_partition({:?},{:?})",
debug!("copy_cgu_workproducts_to_incr_comp_cache_dir({:?},{:?})",
cgu_name,
files);
if sess.opts.incremental.is_none() {
Expand Down

0 comments on commit 8402a58

Please sign in to comment.