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.
2 parents f502240 + c0dba0b commit 2372a33Copy full SHA for 2372a33
crates/common/tedge_config/src/tedge_toml/tedge_config/mqtt_config.rs
@@ -120,7 +120,7 @@ impl TryFrom<TEdgeMqttClientAuthConfig> for mqtt_channel::AuthenticationConfig {
120
121
// Provides client username/password for authentication.
122
if let Some(username) = config.username {
123
- debug!(target: "MQTT", "Using client username authentication, configured via 'mqtt.client.auth.username')");
+ debug!(target: "MQTT", "Using client username authentication, configured via 'mqtt.client.auth.username'");
124
authentication_config.set_username(username);
125
126
// Password can be set only when username is set.
0 commit comments