Skip to content

Commit

Permalink
Add "Reading" message to download-repo-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 18, 2024
1 parent 5d861be commit d5e4c10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/make/download-repo-sources/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ fn main() -> eyre::Result<()> {
)?;
}

log::info!("Reading: {root:?}");

Ok(root)
}

Expand Down

0 comments on commit d5e4c10

Please sign in to comment.