samples: net: google_iot_mqtt: fix log typo
Wrong port number logged. Signed-off-by: Alexey Markevich <buhhunyx@gmail.com>
This commit is contained in:
parent
d6d5ae170a
commit
b9f6e33afb
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ void mqtt_startup(char *hostname, int port)
|
|||
err);
|
||||
return;
|
||||
}
|
||||
LOG_INF("DNS resolved for mqtt.googleapis.com:8833");
|
||||
LOG_INF("DNS resolved for mqtt.googleapis.com:8883");
|
||||
|
||||
mqtt_client_init(client);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue