aqhome: decreased verbosity.
This commit is contained in:
@@ -531,7 +531,7 @@ int _handleMsgSent(AQH_OBJECT *o)
|
|||||||
if (xo) {
|
if (xo) {
|
||||||
AQH_MESSAGE *msg;
|
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);
|
msg=AQH_Message_List_First(xo->msgOutList);
|
||||||
if (msg) {
|
if (msg) {
|
||||||
/* remove sent message from list */
|
/* remove sent message from list */
|
||||||
|
|||||||
Reference in New Issue
Block a user