diff --git a/aqhome/ipc2/endpoint.c b/aqhome/ipc2/endpoint.c index 3e3bc6d..4e25306 100644 --- a/aqhome/ipc2/endpoint.c +++ b/aqhome/ipc2/endpoint.c @@ -531,7 +531,7 @@ int _handleMsgSent(AQH_OBJECT *o) if (xo) { AQH_MESSAGE *msg; - DBG_ERROR(AQH_LOGDOMAIN, "Messages in outlist: %d", AQH_Message_List_GetCount(xo->msgOutList)); + DBG_INFO(AQH_LOGDOMAIN, "Messages in outlist: %d", AQH_Message_List_GetCount(xo->msgOutList)); msg=AQH_Message_List_First(xo->msgOutList); if (msg) { /* remove sent message from list */