Skip to content

Commit 43be5e4

Browse files
committed
fix wrong log value being outputted
1 parent 117f635 commit 43be5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/server/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ impl Worker {
140140

141141
debug!("build {}: current outcome: {:?}", build_id, outcome);
142142
debug!("build {}: PR number: {:?}", build_id, build.pr_number());
143-
debug!("build {}: branch name: {:?}", build_id, build.pr_number());
143+
debug!("build {}: branch name: {:?}", build_id, build.branch_name());
144144

145145
if !outcome.is_finished() {
146146
info!("build {}: ignoring in-progress build", build_id);

0 commit comments

Comments
 (0)