Skip to content

Commit

Permalink
debug log mqtt options
Browse files Browse the repository at this point in the history
  • Loading branch information
akiroz committed Jan 28, 2024
1 parent 935007d commit 841f3de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zika"
version = "3.3.3"
version = "3.3.4"
license = "MIT"
description = "IP Tunneling over MQTT"
repository = "https://github.com/akiroz/zika"
Expand Down
1 change: 1 addition & 0 deletions src/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ impl Remote {
subs: subs.clone(),
};
for (idx, opt) in broker_opts.iter().enumerate() {
log::debug!("broker[{}] opts {:?}", idx, opt);
let (mqtt_client, mut event_loop) = mqtt::AsyncClient::new(opt.clone(), 128);
let arc_mqtt_client = Arc::new(mqtt_client);

Expand Down

0 comments on commit 841f3de

Please sign in to comment.