diff --git a/everblu_meters.c b/everblu_meters.c index f5ec5f6..bd1028e 100644 --- a/everblu_meters.c +++ b/everblu_meters.c @@ -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);