mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/mqttc: Fix mqtt_init() failed message typo (ERRPR -> ERROR).
Modify the message logged when mqtt_init() failed to execute properly. Signed-off-by: Mihai Pacuraru <mpacuraru@protonmail.com>
This commit is contained in:
parent
c46ed184ed
commit
7d13ee204b
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ int main(int argc, FAR char *argv[])
|
|||
NULL);
|
||||
if (mqtterr != MQTT_OK)
|
||||
{
|
||||
printf("ERRPR! mqtt_init() failed.\n");
|
||||
printf("ERROR! mqtt_init() failed.\n");
|
||||
goto err_with_conn;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue