Skip to content

Commit

Permalink
Lower log-level of message concerning test binaries that didn't get b…
Browse files Browse the repository at this point in the history
…uilt

fix: #359
  • Loading branch information
bobbobbio committed Sep 3, 2024
1 parent 5411967 commit 13199cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cargo-maelstrom/src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl<StreamT: io::Read> GenericTestArtifactStream<StreamT> {
if !pkg.built_tests.is_empty() {
assert!(!pkg.unbuilt_non_test_binaries.is_empty());
for b in &pkg.unbuilt_non_test_binaries {
slog::warn!(
slog::debug!(
self.log,
"didn't receive build notification for {id:?} binary {b:?}"
);
Expand Down

0 comments on commit 13199cb

Please sign in to comment.