Skip to content

Commit e926d2f

Browse files
committed
fixup! Add base64 encoding support to tedge mqtt
1 parent 7ff7604 commit e926d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/tedge/src/cli/mqtt/subscribe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async fn subscribe(cmd: &MqttSubscribeCommand) -> Result<(), anyhow::Error> {
8787
};
8888

8989
if cmd.retained_only && !message.retain {
90-
info!(target: "MQTT", "Received first non-retained message. topic={}", message.topic.name);
90+
info!(target: "MQTT", topic = message.topic.name, "Received first non-retained message.");
9191
break;
9292
}
9393

0 commit comments

Comments
 (0)