increased verbosity.

This commit is contained in:
Martin Preuss
2025-05-04 03:30:28 +02:00
parent 08e1428902
commit e20b1c52d3
2 changed files with 15 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include "aqhome/msg/ipc/m_ipc_connect.h"
#include "aqhome/msg/ipc/m_ipc_result.h"
#include "aqhome/msg/ipc/m_ipc_tag16.h"
#include <aqhome/msg/node/m_node.h>
#include <gwenhywfar/debug.h>
@@ -54,6 +55,7 @@ void AQH_NodeServer_HandleForward(AQH_OBJECT *o, AQH_OBJECT *ep, const AQH_MESSA
AQH_Message_SetData(nodeMsg, ptr, len);
AQH_Message_SetUsedSize(nodeMsg, len);
AQH_Endpoint_AddMsgOut(xo->ttyEndpoint, nodeMsg);
DBG_ERROR(NULL, "Forwarding node message %d to node", AQH_NodeMessage_GetMsgType(nodeMsg));
}
else {
DBG_ERROR(NULL, "TTY endpoint currently not connected");