Skip to content

Commit

Permalink
Update zenohd/src/main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets authored Jul 25, 2024
1 parent 95532f1 commit 39fd645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenohd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ fn config_from_args(args: &Args) -> Config {
Err(e) => tracing::warn!("Couldn't perform configuration {}: {}", json, e),
}
} else {
panic!("{} given by --cfg is not a valid KEY:VALUE pair", json)
panic!("--cfg accepts KEY:VALUE pairs. {} is not a valid KEY:VALUE pair.", json)
}
}
tracing::debug!("Config: {:?}", &config);
Expand Down

0 comments on commit 39fd645

Please sign in to comment.