Skip to content

Commit 2276991

Browse files
Avoid spurious print outs during dryrun
1 parent da897df commit 2276991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/check.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ macro_rules! tool_check_step {
160160
&[],
161161
);
162162

163-
println!(
163+
builder.info(&format!(
164164
"Checking {} artifacts ({} -> {})",
165165
stringify!($name).to_lowercase(),
166166
&compiler.host.triple,
167167
target.triple
168-
);
168+
));
169169
run_cargo(
170170
builder,
171171
cargo,

0 commit comments

Comments
 (0)