Skip to content

Commit cf6ab8a

Browse files
diag: include project name in fetching revision(s)… log entry (#45)
1 parent 3afb0fc commit cf6ab8a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,10 @@ async fn get_artifacts_for_revision(
232232
hash: revision,
233233
} = revision;
234234

235-
log::info!("fetching for revision(s): {:?}", [&revision]);
235+
log::info!(
236+
"fetching revision(s) from `{project_name}`: {:?}",
237+
[&revision]
238+
);
236239

237240
let revision_url =
238241
format!("{treeherder_host}api/project/{project_name}/push/?revision={revision}");

0 commit comments

Comments
 (0)