Skip to content

Commit 0a7bcea

Browse files
committed
fix trace field
1 parent defb2fe commit 0a7bcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/config/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ impl Config {
963963
target: "CONFIG_HANDLING",
964964
tracing::Level::TRACE,
965965
"normalizing and combining `flag.skip`/`flag.exclude` paths",
966-
"config.skip" = ?config.skip,
966+
"config.skip" = ?skip,
967967
);
968968

969969
jobs = Some(threads_from_config(build_jobs.unwrap_or(0)));

0 commit comments

Comments
 (0)