Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed May 2, 2022
1 parent 47b016f commit f62e661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/snapshot_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ where
parallel_divisions,
)?;
measure_untar.stop();
info!("{}", measure_untar);
info!("haha: {}", measure_untar);

let unpacked_version_file = unpack_dir.path().join("version");
let snapshot_version = snapshot_version_from_file(&unpacked_version_file)?;
Expand Down

0 comments on commit f62e661

Please sign in to comment.