]> git.lizzy.rs Git - rust.git/commitdiff
Update an old method name in debug logging
authorIsaac Whitfield <iw@whitfin.io>
Wed, 9 May 2018 15:32:04 +0000 (08:32 -0700)
committerIsaac Whitfield <iw@whitfin.io>
Fri, 11 May 2018 15:09:53 +0000 (08:09 -0700)
src/librustc_incremental/persist/work_product.rs

index d163ad1f3f322b6c9dc69aefb2e1bcf07f2d326a..d0c7766cbae08bd3338ba2db91baa965c359ec1a 100644 (file)
@@ -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() {