This commit is contained in:
leo 2023-07-10 16:46:52 +02:00
parent 21d02508a2
commit 4296501979
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -107,7 +107,7 @@ int main(int argc, char *argv[])
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
mosquitto_log_callback_set(mosq, my_log_callback);