We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80c7ef commit 1bd7442Copy full SHA for 1bd7442
1 file changed
bottlecap/src/bin/bottlecap/main.rs
@@ -326,7 +326,7 @@ async fn main() -> anyhow::Result<()> {
326
let aws_config = AwsConfig::from_env(start_time);
327
log_fips_status(&aws_config.region);
328
let version_without_next = EXTENSION_VERSION.split('-').next().unwrap_or("NA");
329
- debug!("Starting Datadog Extension v{version_without_next}");
+ debug!("Starting Datadog Extension v{version_without_next}");
330
331
// Debug: Wait for debugger to attach if DD_DEBUG_WAIT_FOR_ATTACH is set
332
if let Ok(wait_secs) = env::var("DD_DEBUG_WAIT_FOR_ATTACH") {
0 commit comments