We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1f327 commit 9296ecbCopy full SHA for 9296ecb
crates/broker/src/lib.rs
@@ -499,8 +499,8 @@ where
499
);
500
} else {
501
tracing::warn!(
502
- "Manual deployment configuration differs from expected defaults for chain ID {chain_id}:\n{}",
503
- warnings.join("\n")
+ "Manual deployment configuration differs from expected defaults for chain ID {chain_id}: {}",
+ warnings.join(", ")
504
505
tracing::warn!("This may indicate a configuration error. Please verify your deployment addresses are correct.");
506
}
0 commit comments