debug
This commit is contained in:
parent
21d02508a2
commit
4296501979
@ -107,7 +107,7 @@ int main(int argc, char *argv[])
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Creating mqtt client %s %i %s", MQTT_HOST, MQTT_PORT, MQTT_USER);
|
printf("Creating mqtt client %s %i %s (%p) \n", MQTT_HOST, MQTT_PORT, MQTT_USER, mosq);
|
||||||
|
|
||||||
//Set callback functions
|
//Set callback functions
|
||||||
mosquitto_log_callback_set(mosq, my_log_callback);
|
mosquitto_log_callback_set(mosq, my_log_callback);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user