Skip to content

Commit

Permalink
Add "Reading" message to download-repo-sources (unicode-org#5923)
Browse files Browse the repository at this point in the history
For help with debugging.
  • Loading branch information
sffc authored Dec 19, 2024
1 parent a4f6747 commit 2a257ef
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 2a257ef

Please sign in to comment.