diff --git a/aqhome/msgmanager.c b/aqhome/msgmanager.c index 4451218..dc59701 100644 --- a/aqhome/msgmanager.c +++ b/aqhome/msgmanager.c @@ -163,7 +163,8 @@ void _loopOnceOverEndpoints(GWEN_MSG_ENDPOINT_MGR *emgr) if (GWEN_ConnectableMsgEndpoint_GetState(ep)>=GWEN_ENDPOINT_MQTTC_STATE_ESTABLISHED) _handleEndpoint(emgr, ep); else { - DBG_INFO(AQH_LOGDOMAIN, "Not handling MQTT endpoint right now (not fully connected)"); + DBG_INFO(AQH_LOGDOMAIN, "Not handling MQTT endpoint right now (not fully connected: %d)", + GWEN_ConnectableMsgEndpoint_GetState(ep)); } } else